Html Css Color HEX #E2814F Jaffa

📋 copy color: '#E2814F'

red 226 ◦ green 129 ◦ blue 79

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

Shades of Jaffa #E2814F

Tints of Jaffa #E2814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.2%

R = 52.07%
G = 29.72%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2814F (or 0xE2814F) is known color: Jaffa. HEX triplet: E2, 81 and 4F. RGB value is (226,129,79). Sum of RGB (Red+Green+Blue) = 226+129+79=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2814F is #1D7EB0. Grayscale: #989898. Windows color (decimal): -1932977 or 5210594. OLE color: 5210594.

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

Color convert

RGB 226 129 79 -
CMYK 0 0.43 0.65 0.11
HSL 20.41º 0.72% 0.6% -
HSV(B) 20.41º 0.65% 0.89% -
XYZ 40.63 32.43 11.52 -
YUV 152.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 226 129 79 0 0.43 0.65 0.11 20.41 0.72 0.6
Hex E2 81 4F 0 2B 41 B 14 48 3C
Octal 342 201 117 0 53 101 13 24 110 74
Binary 11100010 10000001 1001111 0 101011 1000001 1011 10100 1001000 111100

Color Harmonies of #E2814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2814F

Black with #E2814F

Text Example


Text Example

White with #E2814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2814F; }

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

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

background-color css

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

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

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

border-color css

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

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

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