Html Css Color HEX #E0764C Jaffa

📋 copy color: '#E0764C'

red 224 ◦ green 118 ◦ blue 76

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

Shades of Jaffa #E0764C

Tints of Jaffa #E0764C

RGB

 RED value IS 224 (87.89% from 255) = 53.59%

 GREEN value IS 118 (46.48% from 255) = 28.23%

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

R = 53.59%
G = 28.23%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0764C (or 0xE0764C) is known color: Jaffa. HEX triplet: E0, 76 and 4C. RGB value is (224,118,76). Sum of RGB (Red+Green+Blue) = 224+118+76=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0764C is #1F89B3. Grayscale: #919191. Windows color (decimal): -2066868 or 5011168. OLE color: 5011168.

HSL color Cylindrical-coordinate representation of color #E0764C: hue angle of 17.03º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0764C is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 118 76 -
CMYK 0 0.47 0.66 0.12
HSL 17.03º 0.7% 0.59% -
HSV(B) 17.03º 0.66% 0.88% -
XYZ 38.52 29.33 10.47 -
YUV 144.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 224 118 76 0 0.47 0.66 0.12 17.03 0.7 0.59
Hex E0 76 4C 0 2F 42 C 11 46 3B
Octal 340 166 114 0 57 102 14 21 106 73
Binary 11100000 1110110 1001100 0 101111 1000010 1100 10001 1000110 111011

Color Harmonies of #E0764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0764C

Black with #E0764C

Text Example


Text Example

White with #E0764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0764C; }

 p { color: rgb(224,118,76); }

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

background-color css

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

 a { background-color: rgb(224,118,76); }

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

border-color css

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

 span { border-color: rgb(224,118,76); }

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