Html Css Color HEX #E08354 Jaffa

📋 copy color: '#E08354'

red 224 ◦ green 131 ◦ blue 84

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

Shades of Jaffa #E08354

Tints of Jaffa #E08354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.84%

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

R = 51.03%
G = 29.84%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08354 (or 0xE08354) is known color: Jaffa. HEX triplet: E0, 83 and 54. RGB value is (224,131,84). Sum of RGB (Red+Green+Blue) = 224+131+84=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 84 (33.20% from 255 or 19.13% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E08354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08354 is #1F7CAB. Grayscale: #999999. Windows color (decimal): -2063532 or 5538784. OLE color: 5538784.

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

Color convert

RGB 224 131 84 -
CMYK 0 0.42 0.62 0.12
HSL 20.14º 0.69% 0.6% -
HSV(B) 20.14º 0.63% 0.88% -
XYZ 40.46 32.72 12.57 -
YUV 153.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 224 131 84 0 0.42 0.62 0.12 20.14 0.69 0.6
Hex E0 83 54 0 2A 3E C 14 45 3C
Octal 340 203 124 0 52 76 14 24 105 74
Binary 11100000 10000011 1010100 0 101010 111110 1100 10100 1000101 111100

Color Harmonies of #E08354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08354

Black with #E08354

Text Example


Text Example

White with #E08354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08354; }

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

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

background-color css

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

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

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

border-color css

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

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

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