Html Css Color HEX #E08247 Jaffa

📋 copy color: '#E08247'

red 224 ◦ green 130 ◦ blue 71

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

Shades of Jaffa #E08247

Tints of Jaffa #E08247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

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

R = 52.71%
G = 30.59%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E08247 (or 0xE08247) is known color: Jaffa. HEX triplet: E0, 82 and 47. RGB value is (224,130,71). Sum of RGB (Red+Green+Blue) = 224+130+71=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E08247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08247 is #1F7DB8. Grayscale: #979797. Windows color (decimal): -2063801 or 4686560. OLE color: 4686560.

HSL color Cylindrical-coordinate representation of color #E08247: hue angle of 23.14º 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 #E08247 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 71 -
CMYK 0 0.42 0.68 0.12
HSL 23.14º 0.71% 0.58% -
HSV(B) 23.14º 0.68% 0.88% -
XYZ 39.86 32.27 10.09 -
YUV 151.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 224 130 71 0 0.42 0.68 0.12 23.14 0.71 0.58
Hex E0 82 47 0 2A 44 C 17 47 3A
Octal 340 202 107 0 52 104 14 27 107 72
Binary 11100000 10000010 1000111 0 101010 1000100 1100 10111 1000111 111010

Color Harmonies of #E08247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08247

Black with #E08247

Text Example


Text Example

White with #E08247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08247; }

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

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

background-color css

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

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

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

border-color css

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

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

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