Html Css Color HEX #E18052 Jaffa

📋 copy color: '#E18052'

red 225 ◦ green 128 ◦ blue 82

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

Shades of Jaffa #E18052

Tints of Jaffa #E18052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 51.72%
G = 29.43%
B = 18.85%

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

#E18052 (or 0xE18052) is known color: Jaffa. HEX triplet: E1, 80 and 52. RGB value is (225,128,82). Sum of RGB (Red+Green+Blue) = 225+128+82=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E18052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18052 is #1E7FAD. Grayscale: #989898. Windows color (decimal): -1998766 or 5406945. OLE color: 5406945.

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

Color convert

RGB 225 128 82 -
CMYK 0 0.43 0.64 0.12
HSL 19.3º 0.7% 0.6% -
HSV(B) 19.3º 0.64% 0.88% -
XYZ 40.29 32.06 12.05 -
YUV 151.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 225 128 82 0 0.43 0.64 0.12 19.3 0.7 0.6
Hex E1 80 52 0 2B 40 C 13 46 3C
Octal 341 200 122 0 53 100 14 23 106 74
Binary 11100001 10000000 1010010 0 101011 1000000 1100 10011 1000110 111100

Color Harmonies of #E18052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18052

Black with #E18052

Text Example


Text Example

White with #E18052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18052; }

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

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

background-color css

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

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

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

border-color css

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

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

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