Html Css Color HEX #E3814C Jaffa

📋 copy color: '#E3814C'

red 227 ◦ green 129 ◦ blue 76

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

Shades of Jaffa #E3814C

Tints of Jaffa #E3814C

RGB

 RED value IS 227 (89.06% from 255) = 52.55%

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

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

R = 52.55%
G = 29.86%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3814C (or 0xE3814C) is known color: Jaffa. HEX triplet: E3, 81 and 4C. RGB value is (227,129,76). Sum of RGB (Red+Green+Blue) = 227+129+76=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3814C is #1C7EB3. Grayscale: #989898. Windows color (decimal): -1867444 or 5013987. OLE color: 5013987.

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

Color convert

RGB 227 129 76 -
CMYK 0 0.43 0.67 0.11
HSL 21.06º 0.73% 0.59% -
HSV(B) 21.06º 0.67% 0.89% -
XYZ 40.83 32.55 10.97 -
YUV 152.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 227 129 76 0 0.43 0.67 0.11 21.06 0.73 0.59
Hex E3 81 4C 0 2B 43 B 15 49 3B
Octal 343 201 114 0 53 103 13 25 111 73
Binary 11100011 10000001 1001100 0 101011 1000011 1011 10101 1001001 111011

Color Harmonies of #E3814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3814C

Black with #E3814C

Text Example


Text Example

White with #E3814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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