Html Css Color HEX #E0773D Jaffa

📋 copy color: '#E0773D'

red 224 ◦ green 119 ◦ blue 61

#E0773D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaffa #E0773D

Tints of Jaffa #E0773D

RGB

 RED value IS 224 (87.89% from 255) = 55.45%

 GREEN value IS 119 (46.88% from 255) = 29.46%

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 55.45%
G = 29.46%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E0773D (or 0xE0773D) is known color: Jaffa. HEX triplet: E0, 77 and 3D. RGB value is (224,119,61). Sum of RGB (Red+Green+Blue) = 224+119+61=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0773D is #1F88C2. Grayscale: #909090. Windows color (decimal): -2066627 or 4028384. OLE color: 4028384.

HSL color Cylindrical-coordinate representation of color #E0773D: hue angle of 21.35º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0773D is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 61 -
CMYK 0 0.47 0.73 0.12
HSL 21.35º 0.72% 0.56% -
HSV(B) 21.35º 0.73% 0.88% -
XYZ 38.18 29.38 8.07 -
YUV 143.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 224 119 61 0 0.47 0.73 0.12 21.35 0.72 0.56
Hex E0 77 3D 0 2F 49 C 15 48 38
Octal 340 167 75 0 57 111 14 25 110 70
Binary 11100000 1110111 111101 0 101111 1001001 1100 10101 1001000 111000

Color Harmonies of #E0773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0773D

Black with #E0773D

Text Example


Text Example

White with #E0773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0773D; }

 p { color: rgb(224,119,61); }

 H1.HeaderClassName
 {
   color: #E0773D;
 }
 .AnyTagClassName
 {
   color: #E0773D;
 }
</style>

background-color css

<style>
 a { background-color: #E0773D; }

 a { background-color: rgb(224,119,61); }

 div.DivClassName
 {
   background-color: #E0773D;
 }
 .BgClassName
 {
   background-color: #E0773D;
 }
</style>

border-color css

<style>
 span { border-color: #E0773D; }

 span { border-color: rgb(224,119,61); }

 td.TdClassName
 {
   border-color: #E0773D;
 }
 .TagClassName
 {
   border-color: #E0773D;
 }
</style>