Html Css Color HEX #E3804A Jaffa

📋 copy color: '#E3804A'

red 227 ◦ green 128 ◦ blue 74

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

Shades of Jaffa #E3804A

Tints of Jaffa #E3804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 52.91%
G = 29.84%
B = 17.25%

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

#E3804A (or 0xE3804A) is known color: Jaffa. HEX triplet: E3, 80 and 4A. RGB value is (227,128,74). Sum of RGB (Red+Green+Blue) = 227+128+74=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3804A is #1C7FB5. Grayscale: #979797. Windows color (decimal): -1867702 or 4882659. OLE color: 4882659.

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

Color convert

RGB 227 128 74 -
CMYK 0 0.44 0.67 0.11
HSL 21.18º 0.73% 0.59% -
HSV(B) 21.18º 0.67% 0.89% -
XYZ 40.63 32.26 10.56 -
YUV 151.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 227 128 74 0 0.44 0.67 0.11 21.18 0.73 0.59
Hex E3 80 4A 0 2C 43 B 15 49 3B
Octal 343 200 112 0 54 103 13 25 111 73
Binary 11100011 10000000 1001010 0 101100 1000011 1011 10101 1001001 111011

Color Harmonies of #E3804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3804A

Black with #E3804A

Text Example


Text Example

White with #E3804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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