Html Css Color HEX #E08150 Jaffa

📋 copy color: '#E08150'

red 224 ◦ green 129 ◦ blue 80

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

Shades of Jaffa #E08150

Tints of Jaffa #E08150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 51.73%
G = 29.79%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E08150 (or 0xE08150) is known color: Jaffa. HEX triplet: E0, 81 and 50. RGB value is (224,129,80). Sum of RGB (Red+Green+Blue) = 224+129+80=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E08150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08150 is #1F7EAF. Grayscale: #989898. Windows color (decimal): -2064048 or 5276128. OLE color: 5276128.

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

Color convert

RGB 224 129 80 -
CMYK 0 0.42 0.64 0.12
HSL 20.42º 0.7% 0.6% -
HSV(B) 20.42º 0.64% 0.88% -
XYZ 40.04 32.13 11.68 -
YUV 151.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 224 129 80 0 0.42 0.64 0.12 20.42 0.7 0.6
Hex E0 81 50 0 2A 40 C 14 46 3C
Octal 340 201 120 0 52 100 14 24 106 74
Binary 11100000 10000001 1010000 0 101010 1000000 1100 10100 1000110 111100

Color Harmonies of #E08150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08150

Black with #E08150

Text Example


Text Example

White with #E08150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08150; }

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

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

background-color css

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

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

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

border-color css

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

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

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