Html Css Color HEX #E18048 Jaffa

📋 copy color: '#E18048'

red 225 ◦ green 128 ◦ blue 72

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

Shades of Jaffa #E18048

Tints of Jaffa #E18048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 52.94%
G = 30.12%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E18048 (or 0xE18048) is known color: Jaffa. HEX triplet: E1, 80 and 48. RGB value is (225,128,72). Sum of RGB (Red+Green+Blue) = 225+128+72=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E18048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18048 is #1E7FB7. Grayscale: #969696. Windows color (decimal): -1998776 or 4751585. OLE color: 4751585.

HSL color Cylindrical-coordinate representation of color #E18048: hue angle of 21.96º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E18048 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 72 -
CMYK 0 0.43 0.68 0.12
HSL 21.96º 0.72% 0.58% -
HSV(B) 21.96º 0.68% 0.88% -
XYZ 39.94 31.91 10.19 -
YUV 150.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 225 128 72 0 0.43 0.68 0.12 21.96 0.72 0.58
Hex E1 80 48 0 2B 44 C 16 48 3A
Octal 341 200 110 0 53 104 14 26 110 72
Binary 11100001 10000000 1001000 0 101011 1000100 1100 10110 1001000 111010

Color Harmonies of #E18048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18048

Black with #E18048

Text Example


Text Example

White with #E18048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18048; }

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

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

background-color css

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

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

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

border-color css

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

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

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