Html Css Color HEX #E08145 Jaffa

📋 copy color: '#E08145'

red 224 ◦ green 129 ◦ blue 69

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

Shades of Jaffa #E08145

Tints of Jaffa #E08145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.35%

R = 53.08%
G = 30.57%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E08145 (or 0xE08145) is known color: Jaffa. HEX triplet: E0, 81 and 45. RGB value is (224,129,69). Sum of RGB (Red+Green+Blue) = 224+129+69=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E08145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08145 is #1F7EBA. Grayscale: #969696. Windows color (decimal): -2064059 or 4555232. OLE color: 4555232.

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

Color convert

RGB 224 129 69 -
CMYK 0 0.42 0.69 0.12
HSL 23.23º 0.71% 0.57% -
HSV(B) 23.23º 0.69% 0.88% -
XYZ 39.66 31.98 9.71 -
YUV 150.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 224 129 69 0 0.42 0.69 0.12 23.23 0.71 0.57
Hex E0 81 45 0 2A 45 C 17 47 39
Octal 340 201 105 0 52 105 14 27 107 71
Binary 11100000 10000001 1000101 0 101010 1000101 1100 10111 1000111 111001

Color Harmonies of #E08145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08145

Black with #E08145

Text Example


Text Example

White with #E08145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08145; }

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

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

background-color css

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

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

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

border-color css

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

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

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