Html Css Color HEX #E08246 Jaffa

📋 copy color: '#E08246'

red 224 ◦ green 130 ◦ blue 70

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

Shades of Jaffa #E08246

Tints of Jaffa #E08246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

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

R = 52.83%
G = 30.66%
B = 16.51%

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

#E08246 (or 0xE08246) is known color: Jaffa. HEX triplet: E0, 82 and 46. RGB value is (224,130,70). Sum of RGB (Red+Green+Blue) = 224+130+70=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E08246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08246 is #1F7DB9. Grayscale: #979797. Windows color (decimal): -2063802 or 4621024. OLE color: 4621024.

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

Color convert

RGB 224 130 70 -
CMYK 0 0.42 0.69 0.12
HSL 23.38º 0.71% 0.58% -
HSV(B) 23.38º 0.69% 0.88% -
XYZ 39.83 32.25 9.92 -
YUV 151.27 82.14 179.88 -
System Red Green Blue C M Y K H S L
Decimal 224 130 70 0 0.42 0.69 0.12 23.38 0.71 0.58
Hex E0 82 46 0 2A 45 C 17 47 3A
Octal 340 202 106 0 52 105 14 27 107 72
Binary 11100000 10000010 1000110 0 101010 1000101 1100 10111 1000111 111010

Color Harmonies of #E08246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08246

Black with #E08246

Text Example


Text Example

White with #E08246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08246; }

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

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

background-color css

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

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

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

border-color css

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

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

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