Html Css Color HEX #E2814D Jaffa

📋 copy color: '#E2814D'

red 226 ◦ green 129 ◦ blue 77

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

Shades of Jaffa #E2814D

Tints of Jaffa #E2814D

RGB

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

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

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

R = 52.31%
G = 29.86%
B = 17.82%

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

#E2814D (or 0xE2814D) is known color: Jaffa. HEX triplet: E2, 81 and 4D. RGB value is (226,129,77). Sum of RGB (Red+Green+Blue) = 226+129+77=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2814D is #1D7EB2. Grayscale: #989898. Windows color (decimal): -1932979 or 5079522. OLE color: 5079522.

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

Color convert

RGB 226 129 77 -
CMYK 0 0.43 0.66 0.11
HSL 20.94º 0.72% 0.59% -
HSV(B) 20.94º 0.66% 0.89% -
XYZ 40.55 32.41 11.14 -
YUV 152.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 226 129 77 0 0.43 0.66 0.11 20.94 0.72 0.59
Hex E2 81 4D 0 2B 42 B 15 48 3B
Octal 342 201 115 0 53 102 13 25 110 73
Binary 11100010 10000001 1001101 0 101011 1000010 1011 10101 1001000 111011

Color Harmonies of #E2814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2814D

Black with #E2814D

Text Example


Text Example

White with #E2814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2814D; }

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

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

background-color css

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

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

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

border-color css

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

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

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