Html Css Color HEX #E08054 Jaffa

📋 copy color: '#E08054'

red 224 ◦ green 128 ◦ blue 84

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

Shades of Jaffa #E08054

Tints of Jaffa #E08054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.27%

R = 51.38%
G = 29.36%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08054 (or 0xE08054) is known color: Jaffa. HEX triplet: E0, 80 and 54. RGB value is (224,128,84). Sum of RGB (Red+Green+Blue) = 224+128+84=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E08054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08054 is #1F7FAB. Grayscale: #979797. Windows color (decimal): -2064300 or 5538016. OLE color: 5538016.

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

Color convert

RGB 224 128 84 -
CMYK 0 0.43 0.62 0.12
HSL 18.86º 0.69% 0.6% -
HSV(B) 18.86º 0.63% 0.88% -
XYZ 40.06 31.93 12.44 -
YUV 151.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 224 128 84 0 0.43 0.62 0.12 18.86 0.69 0.6
Hex E0 80 54 0 2B 3E C 13 45 3C
Octal 340 200 124 0 53 76 14 23 105 74
Binary 11100000 10000000 1010100 0 101011 111110 1100 10011 1000101 111100

Color Harmonies of #E08054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08054

Black with #E08054

Text Example


Text Example

White with #E08054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08054; }

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

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

background-color css

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

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

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

border-color css

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

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

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