Html Css Color HEX #E08151 Jaffa

📋 copy color: '#E08151'

red 224 ◦ green 129 ◦ blue 81

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

Shades of Jaffa #E08151

Tints of Jaffa #E08151

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

 BLUE value IS 81 (32.03% from 255) = 18.66%

R = 51.61%
G = 29.72%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E08151 (or 0xE08151) is known color: Jaffa. HEX triplet: E0, 81 and 51. RGB value is (224,129,81). Sum of RGB (Red+Green+Blue) = 224+129+81=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E08151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08151 is #1F7EAE. Grayscale: #989898. Windows color (decimal): -2064047 or 5341664. OLE color: 5341664.

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

Color convert

RGB 224 129 81 -
CMYK 0 0.42 0.64 0.12
HSL 20.14º 0.7% 0.6% -
HSV(B) 20.14º 0.64% 0.88% -
XYZ 40.08 32.14 11.88 -
YUV 151.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 224 129 81 0 0.42 0.64 0.12 20.14 0.7 0.6
Hex E0 81 51 0 2A 40 C 14 46 3C
Octal 340 201 121 0 52 100 14 24 106 74
Binary 11100000 10000001 1010001 0 101010 1000000 1100 10100 1000110 111100

Color Harmonies of #E08151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08151

Black with #E08151

Text Example


Text Example

White with #E08151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08151; }

 p { color: rgb(224,129,81); }

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

background-color css

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

 a { background-color: rgb(224,129,81); }

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

border-color css

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

 span { border-color: rgb(224,129,81); }

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