Html Css Color HEX #E08153 Jaffa

📋 copy color: '#E08153'

red 224 ◦ green 129 ◦ blue 83

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

Shades of Jaffa #E08153

Tints of Jaffa #E08153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 51.38%
G = 29.59%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E08153 (or 0xE08153) is known color: Jaffa. HEX triplet: E0, 81 and 53. RGB value is (224,129,83). Sum of RGB (Red+Green+Blue) = 224+129+83=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E08153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08153 is #1F7EAC. Grayscale: #989898. Windows color (decimal): -2064045 or 5472736. OLE color: 5472736.

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

Color convert

RGB 224 129 83 -
CMYK 0 0.42 0.63 0.12
HSL 19.57º 0.69% 0.6% -
HSV(B) 19.57º 0.63% 0.88% -
XYZ 40.15 32.17 12.28 -
YUV 152.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 224 129 83 0 0.42 0.63 0.12 19.57 0.69 0.6
Hex E0 81 53 0 2A 3F C 14 45 3C
Octal 340 201 123 0 52 77 14 24 105 74
Binary 11100000 10000001 1010011 0 101010 111111 1100 10100 1000101 111100

Color Harmonies of #E08153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08153

Black with #E08153

Text Example


Text Example

White with #E08153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08153; }

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

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

background-color css

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

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

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

border-color css

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

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

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