Html Css Color HEX #E4804F Jaffa

📋 copy color: '#E4804F'

red 228 ◦ green 128 ◦ blue 79

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

Shades of Jaffa #E4804F

Tints of Jaffa #E4804F

RGB

 RED value IS 228 (89.45% from 255) = 52.41%

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

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

R = 52.41%
G = 29.43%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E4804F (or 0xE4804F) is known color: Jaffa. HEX triplet: E4, 80 and 4F. RGB value is (228,128,79). Sum of RGB (Red+Green+Blue) = 228+128+79=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E4804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4804F is #1B7FB0. Grayscale: #989898. Windows color (decimal): -1802161 or 5210340. OLE color: 5210340.

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

Color convert

RGB 228 128 79 -
CMYK 0 0.44 0.65 0.11
HSL 19.73º 0.73% 0.6% -
HSV(B) 19.73º 0.65% 0.89% -
XYZ 41.13 32.5 11.5 -
YUV 152.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 228 128 79 0 0.44 0.65 0.11 19.73 0.73 0.6
Hex E4 80 4F 0 2C 41 B 14 49 3C
Octal 344 200 117 0 54 101 13 24 111 74
Binary 11100100 10000000 1001111 0 101100 1000001 1011 10100 1001001 111100

Color Harmonies of #E4804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4804F

Black with #E4804F

Text Example


Text Example

White with #E4804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4804F; }

 p { color: rgb(228,128,79); }

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

background-color css

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

 a { background-color: rgb(228,128,79); }

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

border-color css

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

 span { border-color: rgb(228,128,79); }

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