Html Css Color HEX #E77640 Jaffa

📋 copy color: '#E77640'

red 231 ◦ green 118 ◦ blue 64

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

Shades of Jaffa #E77640

Tints of Jaffa #E77640

RGB

 RED value IS 231 (90.63% from 255) = 55.93%

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

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 55.93%
G = 28.57%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E77640 (or 0xE77640) is known color: Jaffa. HEX triplet: E7, 76 and 40. RGB value is (231,118,64). Sum of RGB (Red+Green+Blue) = 231+118+64=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E77640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77640 is #1889BF. Grayscale: #919191. Windows color (decimal): -1608128 or 4224743. OLE color: 4224743.

HSL color Cylindrical-coordinate representation of color #E77640: hue angle of 19.4º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E77640 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 118 64 -
CMYK 0 0.49 0.72 0.09
HSL 19.4º 0.78% 0.58% -
HSV(B) 19.4º 0.72% 0.91% -
XYZ 40.36 30.32 8.57 -
YUV 145.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 231 118 64 0 0.49 0.72 0.09 19.4 0.78 0.58
Hex E7 76 40 0 31 48 9 13 4E 3A
Octal 347 166 100 0 61 110 11 23 116 72
Binary 11100111 1110110 1000000 0 110001 1001000 1001 10011 1001110 111010

Color Harmonies of #E77640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77640

Black with #E77640

Text Example


Text Example

White with #E77640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77640; }

 p { color: rgb(231,118,64); }

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

background-color css

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

 a { background-color: rgb(231,118,64); }

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

border-color css

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

 span { border-color: rgb(231,118,64); }

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