Html Css Color HEX #E18248 Jaffa

📋 copy color: '#E18248'

red 225 ◦ green 130 ◦ blue 72

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

Shades of Jaffa #E18248

Tints of Jaffa #E18248

RGB

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

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

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

R = 52.69%
G = 30.44%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E18248 (or 0xE18248) is known color: Jaffa. HEX triplet: E1, 82 and 48. RGB value is (225,130,72). Sum of RGB (Red+Green+Blue) = 225+130+72=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E18248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18248 is #1E7DB7. Grayscale: #989898. Windows color (decimal): -1998264 or 4752097. OLE color: 4752097.

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

Color convert

RGB 225 130 72 -
CMYK 0 0.42 0.68 0.12
HSL 22.75º 0.72% 0.58% -
HSV(B) 22.75º 0.68% 0.88% -
XYZ 40.2 32.44 10.27 -
YUV 151.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 225 130 72 0 0.42 0.68 0.12 22.75 0.72 0.58
Hex E1 82 48 0 2A 44 C 17 48 3A
Octal 341 202 110 0 52 104 14 27 110 72
Binary 11100001 10000010 1001000 0 101010 1000100 1100 10111 1001000 111010

Color Harmonies of #E18248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18248

Black with #E18248

Text Example


Text Example

White with #E18248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18248; }

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

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

background-color css

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

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

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

border-color css

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

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

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