Html Css Color HEX #E08046 Jaffa

📋 copy color: '#E08046'

red 224 ◦ green 128 ◦ blue 70

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

Shades of Jaffa #E08046

Tints of Jaffa #E08046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.59%

R = 53.08%
G = 30.33%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E08046 (or 0xE08046) is known color: Jaffa. HEX triplet: E0, 80 and 46. RGB value is (224,128,70). Sum of RGB (Red+Green+Blue) = 224+128+70=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E08046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08046 is #1F7FB9. Grayscale: #969696. Windows color (decimal): -2064314 or 4620512. OLE color: 4620512.

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

Color convert

RGB 224 128 70 -
CMYK 0 0.43 0.69 0.12
HSL 22.6º 0.71% 0.58% -
HSV(B) 22.6º 0.69% 0.88% -
XYZ 39.57 31.73 9.83 -
YUV 150.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 224 128 70 0 0.43 0.69 0.12 22.6 0.71 0.58
Hex E0 80 46 0 2B 45 C 17 47 3A
Octal 340 200 106 0 53 105 14 27 107 72
Binary 11100000 10000000 1000110 0 101011 1000101 1100 10111 1000111 111010

Color Harmonies of #E08046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08046

Black with #E08046

Text Example


Text Example

White with #E08046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08046; }

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

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

background-color css

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

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

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

border-color css

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

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

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