Html Css Color HEX #E3804C Jaffa

📋 copy color: '#E3804C'

red 227 ◦ green 128 ◦ blue 76

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

Shades of Jaffa #E3804C

Tints of Jaffa #E3804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

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

R = 52.67%
G = 29.7%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3804C (or 0xE3804C) is known color: Jaffa. HEX triplet: E3, 80 and 4C. RGB value is (227,128,76). Sum of RGB (Red+Green+Blue) = 227+128+76=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3804C is #1C7FB3. Grayscale: #979797. Windows color (decimal): -1867700 or 5013731. OLE color: 5013731.

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

Color convert

RGB 227 128 76 -
CMYK 0 0.44 0.67 0.11
HSL 20.66º 0.73% 0.59% -
HSV(B) 20.66º 0.67% 0.89% -
XYZ 40.7 32.29 10.93 -
YUV 151.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 227 128 76 0 0.44 0.67 0.11 20.66 0.73 0.59
Hex E3 80 4C 0 2C 43 B 15 49 3B
Octal 343 200 114 0 54 103 13 25 111 73
Binary 11100011 10000000 1001100 0 101100 1000011 1011 10101 1001001 111011

Color Harmonies of #E3804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3804C

Black with #E3804C

Text Example


Text Example

White with #E3804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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