Html Css Color HEX #E1814D Jaffa

📋 copy color: '#E1814D'

red 225 ◦ green 129 ◦ blue 77

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

Shades of Jaffa #E1814D

Tints of Jaffa #E1814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 52.2%
G = 29.93%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1814D (or 0xE1814D) is known color: Jaffa. HEX triplet: E1, 81 and 4D. RGB value is (225,129,77). Sum of RGB (Red+Green+Blue) = 225+129+77=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1814D is #1E7EB2. Grayscale: #989898. Windows color (decimal): -1998515 or 5079521. OLE color: 5079521.

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

Color convert

RGB 225 129 77 -
CMYK 0 0.43 0.66 0.12
HSL 21.08º 0.71% 0.59% -
HSV(B) 21.08º 0.66% 0.88% -
XYZ 40.24 32.24 11.12 -
YUV 151.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 225 129 77 0 0.43 0.66 0.12 21.08 0.71 0.59
Hex E1 81 4D 0 2B 42 C 15 47 3B
Octal 341 201 115 0 53 102 14 25 107 73
Binary 11100001 10000001 1001101 0 101011 1000010 1100 10101 1000111 111011

Color Harmonies of #E1814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1814D

Black with #E1814D

Text Example


Text Example

White with #E1814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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