Html Css Color HEX #E5764A Jaffa

📋 copy color: '#E5764A'

red 229 ◦ green 118 ◦ blue 74

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

Shades of Jaffa #E5764A

Tints of Jaffa #E5764A

RGB

 RED value IS 229 (89.84% from 255) = 54.39%

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

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

R = 54.39%
G = 28.03%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5764A (or 0xE5764A) is known color: Jaffa. HEX triplet: E5, 76 and 4A. RGB value is (229,118,74). Sum of RGB (Red+Green+Blue) = 229+118+74=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5764A is #1A89B5. Grayscale: #929292. Windows color (decimal): -1739190 or 4880101. OLE color: 4880101.

HSL color Cylindrical-coordinate representation of color #E5764A: hue angle of 17.03º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5764A is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 118 74 -
CMYK 0 0.48 0.68 0.10
HSL 17.03º 0.75% 0.59% -
HSV(B) 17.03º 0.68% 0.9% -
XYZ 40.03 30.11 10.18 -
YUV 146.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 229 118 74 0 0.48 0.68 0.10 17.03 0.75 0.59
Hex E5 76 4A 0 30 44 A 11 4B 3B
Octal 345 166 112 0 60 104 12 21 113 73
Binary 11100101 1110110 1001010 0 110000 1000100 1010 10001 1001011 111011

Color Harmonies of #E5764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5764A

Black with #E5764A

Text Example


Text Example

White with #E5764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5764A; }

 p { color: rgb(229,118,74); }

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

background-color css

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

 a { background-color: rgb(229,118,74); }

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

border-color css

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

 span { border-color: rgb(229,118,74); }

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