Html Css Color HEX #E08255 Jaffa

📋 copy color: '#E08255'

red 224 ◦ green 130 ◦ blue 85

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

Shades of Jaffa #E08255

Tints of Jaffa #E08255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 51.03%
G = 29.61%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E08255 (or 0xE08255) is known color: Jaffa. HEX triplet: E0, 82 and 55. RGB value is (224,130,85). Sum of RGB (Red+Green+Blue) = 224+130+85=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E08255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08255 is #1F7DAA. Grayscale: #999999. Windows color (decimal): -2063787 or 5604064. OLE color: 5604064.

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

Color convert

RGB 224 130 85 -
CMYK 0 0.42 0.62 0.12
HSL 19.42º 0.69% 0.61% -
HSV(B) 19.42º 0.62% 0.88% -
XYZ 40.36 32.47 12.73 -
YUV 152.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 224 130 85 0 0.42 0.62 0.12 19.42 0.69 0.61
Hex E0 82 55 0 2A 3E C 13 45 3D
Octal 340 202 125 0 52 76 14 23 105 75
Binary 11100000 10000010 1010101 0 101010 111110 1100 10011 1000101 111101

Color Harmonies of #E08255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08255

Black with #E08255

Text Example


Text Example

White with #E08255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08255; }

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

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

background-color css

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

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

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

border-color css

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

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

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