Html Css Color HEX #E1814C Jaffa

📋 copy color: '#E1814C'

red 225 ◦ green 129 ◦ blue 76

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

Shades of Jaffa #E1814C

Tints of Jaffa #E1814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 52.33%
G = 30%
B = 17.67%

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

#E1814C (or 0xE1814C) is known color: Jaffa. HEX triplet: E1, 81 and 4C. RGB value is (225,129,76). Sum of RGB (Red+Green+Blue) = 225+129+76=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1814C is #1E7EB3. Grayscale: #979797. Windows color (decimal): -1998516 or 5013985. OLE color: 5013985.

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

Color convert

RGB 225 129 76 -
CMYK 0 0.43 0.66 0.12
HSL 21.34º 0.71% 0.59% -
HSV(B) 21.34º 0.66% 0.88% -
XYZ 40.21 32.23 10.94 -
YUV 151.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 225 129 76 0 0.43 0.66 0.12 21.34 0.71 0.59
Hex E1 81 4C 0 2B 42 C 15 47 3B
Octal 341 201 114 0 53 102 14 25 107 73
Binary 11100001 10000001 1001100 0 101011 1000010 1100 10101 1000111 111011

Color Harmonies of #E1814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1814C

Black with #E1814C

Text Example


Text Example

White with #E1814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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