Html Css Color HEX #E18252 Jaffa

📋 copy color: '#E18252'

red 225 ◦ green 130 ◦ blue 82

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

Shades of Jaffa #E18252

Tints of Jaffa #E18252

RGB

 RED value IS 225 (88.28% from 255) = 51.49%

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

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 51.49%
G = 29.75%
B = 18.76%

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

#E18252 (or 0xE18252) is known color: Jaffa. HEX triplet: E1, 82 and 52. RGB value is (225,130,82). Sum of RGB (Red+Green+Blue) = 225+130+82=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E18252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18252 is #1E7DAD. Grayscale: #999999. Windows color (decimal): -1998254 or 5407457. OLE color: 5407457.

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

Color convert

RGB 225 130 82 -
CMYK 0 0.42 0.64 0.12
HSL 20.14º 0.7% 0.6% -
HSV(B) 20.14º 0.64% 0.88% -
XYZ 40.56 32.58 12.13 -
YUV 152.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 225 130 82 0 0.42 0.64 0.12 20.14 0.7 0.6
Hex E1 82 52 0 2A 40 C 14 46 3C
Octal 341 202 122 0 52 100 14 24 106 74
Binary 11100001 10000010 1010010 0 101010 1000000 1100 10100 1000110 111100

Color Harmonies of #E18252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18252

Black with #E18252

Text Example


Text Example

White with #E18252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18252; }

 p { color: rgb(225,130,82); }

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

background-color css

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

 a { background-color: rgb(225,130,82); }

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

border-color css

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

 span { border-color: rgb(225,130,82); }

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