Html Css Color HEX #E08052 Jaffa

📋 copy color: '#E08052'

red 224 ◦ green 128 ◦ blue 82

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

Shades of Jaffa #E08052

Tints of Jaffa #E08052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.89%

R = 51.61%
G = 29.49%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E08052 (or 0xE08052) is known color: Jaffa. HEX triplet: E0, 80 and 52. RGB value is (224,128,82). Sum of RGB (Red+Green+Blue) = 224+128+82=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E08052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08052 is #1F7FAD. Grayscale: #979797. Windows color (decimal): -2064302 or 5406944. OLE color: 5406944.

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

Color convert

RGB 224 128 82 -
CMYK 0 0.43 0.63 0.12
HSL 19.44º 0.7% 0.6% -
HSV(B) 19.44º 0.63% 0.88% -
XYZ 39.98 31.89 12.03 -
YUV 151.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 224 128 82 0 0.43 0.63 0.12 19.44 0.7 0.6
Hex E0 80 52 0 2B 3F C 13 46 3C
Octal 340 200 122 0 53 77 14 23 106 74
Binary 11100000 10000000 1010010 0 101011 111111 1100 10011 1000110 111100

Color Harmonies of #E08052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08052

Black with #E08052

Text Example


Text Example

White with #E08052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08052; }

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

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

background-color css

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

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

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

border-color css

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

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

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