Html Css Color HEX #E18149 Jaffa

📋 copy color: '#E18149'

red 225 ◦ green 129 ◦ blue 73

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

Shades of Jaffa #E18149

Tints of Jaffa #E18149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.1%

R = 52.69%
G = 30.21%
B = 17.1%

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

#E18149 (or 0xE18149) is known color: Jaffa. HEX triplet: E1, 81 and 49. RGB value is (225,129,73). Sum of RGB (Red+Green+Blue) = 225+129+73=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E18149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18149 is #1E7EB6. Grayscale: #979797. Windows color (decimal): -1998519 or 4817377. OLE color: 4817377.

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

Color convert

RGB 225 129 73 -
CMYK 0 0.43 0.68 0.12
HSL 22.11º 0.72% 0.58% -
HSV(B) 22.11º 0.68% 0.88% -
XYZ 40.1 32.19 10.4 -
YUV 151.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 225 129 73 0 0.43 0.68 0.12 22.11 0.72 0.58
Hex E1 81 49 0 2B 44 C 16 48 3A
Octal 341 201 111 0 53 104 14 26 110 72
Binary 11100001 10000001 1001001 0 101011 1000100 1100 10110 1001000 111010

Color Harmonies of #E18149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18149

Black with #E18149

Text Example


Text Example

White with #E18149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18149; }

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

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

background-color css

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

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

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

border-color css

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

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

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