Html Css Color HEX #E3814B Jaffa

📋 copy color: '#E3814B'

red 227 ◦ green 129 ◦ blue 75

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

Shades of Jaffa #E3814B

Tints of Jaffa #E3814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 52.67%
G = 29.93%
B = 17.4%

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

#E3814B (or 0xE3814B) is known color: Jaffa. HEX triplet: E3, 81 and 4B. RGB value is (227,129,75). Sum of RGB (Red+Green+Blue) = 227+129+75=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3814B is #1C7EB4. Grayscale: #989898. Windows color (decimal): -1867445 or 4948451. OLE color: 4948451.

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

Color convert

RGB 227 129 75 -
CMYK 0 0.43 0.67 0.11
HSL 21.32º 0.73% 0.59% -
HSV(B) 21.32º 0.67% 0.89% -
XYZ 40.8 32.54 10.79 -
YUV 152.15 84.47 181.39 -
System Red Green Blue C M Y K H S L
Decimal 227 129 75 0 0.43 0.67 0.11 21.32 0.73 0.59
Hex E3 81 4B 0 2B 43 B 15 49 3B
Octal 343 201 113 0 53 103 13 25 111 73
Binary 11100011 10000001 1001011 0 101011 1000011 1011 10101 1001001 111011

Color Harmonies of #E3814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3814B

Black with #E3814B

Text Example


Text Example

White with #E3814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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