Html Css Color HEX #E08044 Jaffa

📋 copy color: '#E08044'

red 224 ◦ green 128 ◦ blue 68

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

Shades of Jaffa #E08044

Tints of Jaffa #E08044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.19%

R = 53.33%
G = 30.48%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E08044 (or 0xE08044) is known color: Jaffa. HEX triplet: E0, 80 and 44. RGB value is (224,128,68). Sum of RGB (Red+Green+Blue) = 224+128+68=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E08044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08044 is #1F7FBB. Grayscale: #969696. Windows color (decimal): -2064316 or 4489440. OLE color: 4489440.

HSL color Cylindrical-coordinate representation of color #E08044: hue angle of 23.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E08044 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 128 68 -
CMYK 0 0.43 0.70 0.12
HSL 23.08º 0.72% 0.57% -
HSV(B) 23.08º 0.7% 0.88% -
XYZ 39.5 31.7 9.51 -
YUV 149.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 224 128 68 0 0.43 0.70 0.12 23.08 0.72 0.57
Hex E0 80 44 0 2B 46 C 17 48 39
Octal 340 200 104 0 53 106 14 27 110 71
Binary 11100000 10000000 1000100 0 101011 1000110 1100 10111 1001000 111001

Color Harmonies of #E08044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08044

Black with #E08044

Text Example


Text Example

White with #E08044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08044; }

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

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

background-color css

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

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

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

border-color css

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

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

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