Html Css Color HEX #E18152 Jaffa

📋 copy color: '#E18152'

red 225 ◦ green 129 ◦ blue 82

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

Shades of Jaffa #E18152

Tints of Jaffa #E18152

RGB

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

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

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

R = 51.61%
G = 29.59%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18152 (or 0xE18152) is known color: Jaffa. HEX triplet: E1, 81 and 52. RGB value is (225,129,82). Sum of RGB (Red+Green+Blue) = 225+129+82=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E18152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18152 is #1E7EAD. Grayscale: #989898. Windows color (decimal): -1998510 or 5407201. OLE color: 5407201.

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

Color convert

RGB 225 129 82 -
CMYK 0 0.43 0.64 0.12
HSL 19.72º 0.7% 0.6% -
HSV(B) 19.72º 0.64% 0.88% -
XYZ 40.42 32.32 12.09 -
YUV 152.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 225 129 82 0 0.43 0.64 0.12 19.72 0.7 0.6
Hex E1 81 52 0 2B 40 C 14 46 3C
Octal 341 201 122 0 53 100 14 24 106 74
Binary 11100001 10000001 1010010 0 101011 1000000 1100 10100 1000110 111100

Color Harmonies of #E18152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18152

Black with #E18152

Text Example


Text Example

White with #E18152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18152; }

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

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

background-color css

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

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

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

border-color css

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

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

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