Html Css Color HEX #E08047 Jaffa

📋 copy color: '#E08047'

red 224 ◦ green 128 ◦ blue 71

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

Shades of Jaffa #E08047

Tints of Jaffa #E08047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.26%

 BLUE value IS 71 (28.13% from 255) = 16.78%

R = 52.96%
G = 30.26%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E08047 (or 0xE08047) is known color: Jaffa. HEX triplet: E0, 80 and 47. RGB value is (224,128,71). Sum of RGB (Red+Green+Blue) = 224+128+71=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E08047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08047 is #1F7FB8. Grayscale: #969696. Windows color (decimal): -2064313 or 4686048. OLE color: 4686048.

HSL color Cylindrical-coordinate representation of color #E08047: hue angle of 22.35º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E08047 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 71 -
CMYK 0 0.43 0.68 0.12
HSL 22.35º 0.71% 0.58% -
HSV(B) 22.35º 0.68% 0.88% -
XYZ 39.6 31.74 10 -
YUV 150.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 224 128 71 0 0.43 0.68 0.12 22.35 0.71 0.58
Hex E0 80 47 0 2B 44 C 16 47 3A
Octal 340 200 107 0 53 104 14 26 107 72
Binary 11100000 10000000 1000111 0 101011 1000100 1100 10110 1000111 111010

Color Harmonies of #E08047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08047

Black with #E08047

Text Example


Text Example

White with #E08047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08047; }

 p { color: rgb(224,128,71); }

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

background-color css

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

 a { background-color: rgb(224,128,71); }

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

border-color css

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

 span { border-color: rgb(224,128,71); }

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