Html Css Color HEX #E76F40 Jaffa

📋 copy color: '#E76F40'

red 231 ◦ green 111 ◦ blue 64

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

Shades of Jaffa #E76F40

Tints of Jaffa #E76F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

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

R = 56.9%
G = 27.34%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E76F40 (or 0xE76F40) is known color: Jaffa. HEX triplet: E7, 6F and 40. RGB value is (231,111,64). Sum of RGB (Red+Green+Blue) = 231+111+64=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76F40 is #1890BF. Grayscale: #8D8D8D. Windows color (decimal): -1609920 or 4222951. OLE color: 4222951.

HSL color Cylindrical-coordinate representation of color #E76F40: hue angle of 16.89º 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 #E76F40 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 64 -
CMYK 0 0.52 0.72 0.09
HSL 16.89º 0.78% 0.58% -
HSV(B) 16.89º 0.72% 0.91% -
XYZ 39.56 28.73 8.31 -
YUV 141.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 231 111 64 0 0.52 0.72 0.09 16.89 0.78 0.58
Hex E7 6F 40 0 34 48 9 11 4E 3A
Octal 347 157 100 0 64 110 11 21 116 72
Binary 11100111 1101111 1000000 0 110100 1001000 1001 10001 1001110 111010

Color Harmonies of #E76F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76F40

Black with #E76F40

Text Example


Text Example

White with #E76F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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