Html Css Color HEX #E2814C Jaffa

📋 copy color: '#E2814C'

red 226 ◦ green 129 ◦ blue 76

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

Shades of Jaffa #E2814C

Tints of Jaffa #E2814C

RGB

 RED value IS 226 (88.67% from 255) = 52.44%

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

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

R = 52.44%
G = 29.93%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2814C (or 0xE2814C) is known color: Jaffa. HEX triplet: E2, 81 and 4C. RGB value is (226,129,76). Sum of RGB (Red+Green+Blue) = 226+129+76=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2814C is #1D7EB3. Grayscale: #989898. Windows color (decimal): -1932980 or 5013986. OLE color: 5013986.

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

Color convert

RGB 226 129 76 -
CMYK 0 0.43 0.66 0.11
HSL 21.2º 0.72% 0.59% -
HSV(B) 21.2º 0.66% 0.89% -
XYZ 40.52 32.39 10.95 -
YUV 151.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 226 129 76 0 0.43 0.66 0.11 21.2 0.72 0.59
Hex E2 81 4C 0 2B 42 B 15 48 3B
Octal 342 201 114 0 53 102 13 25 110 73
Binary 11100010 10000001 1001100 0 101011 1000010 1011 10101 1001000 111011

Color Harmonies of #E2814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2814C

Black with #E2814C

Text Example


Text Example

White with #E2814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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