Html Css Color HEX #E86F40 Jaffa

📋 copy color: '#E86F40'

red 232 ◦ green 111 ◦ blue 64

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

Shades of Jaffa #E86F40

Tints of Jaffa #E86F40

RGB

 RED value IS 232 (91.02% from 255) = 57%

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

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

R = 57%
G = 27.27%
B = 15.72%

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

#E86F40 (or 0xE86F40) is known color: Jaffa. HEX triplet: E8, 6F and 40. RGB value is (232,111,64). Sum of RGB (Red+Green+Blue) = 232+111+64=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86F40 is #1790BF. Grayscale: #8E8E8E. Windows color (decimal): -1544384 or 4222952. OLE color: 4222952.

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

Color convert

RGB 232 111 64 -
CMYK 0 0.52 0.72 0.09
HSL 16.79º 0.79% 0.58% -
HSV(B) 16.79º 0.72% 0.91% -
XYZ 39.89 28.89 8.33 -
YUV 141.82 84.09 192.32 -
System Red Green Blue C M Y K H S L
Decimal 232 111 64 0 0.52 0.72 0.09 16.79 0.79 0.58
Hex E8 6F 40 0 34 48 9 11 4F 3A
Octal 350 157 100 0 64 110 11 21 117 72
Binary 11101000 1101111 1000000 0 110100 1001000 1001 10001 1001111 111010

Color Harmonies of #E86F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86F40

Black with #E86F40

Text Example


Text Example

White with #E86F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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