Html Css Color HEX #E07E4D Jaffa

📋 copy color: '#E07E4D'

red 224 ◦ green 126 ◦ blue 77

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

Shades of Jaffa #E07E4D

Tints of Jaffa #E07E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.51%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 52.46%
G = 29.51%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E07E4D (or 0xE07E4D) is known color: Jaffa. HEX triplet: E0, 7E and 4D. RGB value is (224,126,77). Sum of RGB (Red+Green+Blue) = 224+126+77=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E4D is #1F81B2. Grayscale: #969696. Windows color (decimal): -2064819 or 5078752. OLE color: 5078752.

HSL color Cylindrical-coordinate representation of color #E07E4D: hue angle of 20º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E07E4D is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 77 -
CMYK 0 0.44 0.66 0.12
HSL 20º 0.7% 0.59% -
HSV(B) 20º 0.66% 0.88% -
XYZ 39.54 31.3 10.98 -
YUV 149.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 224 126 77 0 0.44 0.66 0.12 20 0.7 0.59
Hex E0 7E 4D 0 2C 42 C 14 46 3B
Octal 340 176 115 0 54 102 14 24 106 73
Binary 11100000 1111110 1001101 0 101100 1000010 1100 10100 1000110 111011

Color Harmonies of #E07E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E4D

Black with #E07E4D

Text Example


Text Example

White with #E07E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E4D; }

 p { color: rgb(224,126,77); }

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

background-color css

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

 a { background-color: rgb(224,126,77); }

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

border-color css

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

 span { border-color: rgb(224,126,77); }

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