Html Css Color HEX #E86F42 Jaffa

📋 copy color: '#E86F42'

red 232 ◦ green 111 ◦ blue 66

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

Shades of Jaffa #E86F42

Tints of Jaffa #E86F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.14%

R = 56.72%
G = 27.14%
B = 16.14%

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

#E86F42 (or 0xE86F42) is known color: Jaffa. HEX triplet: E8, 6F and 42. RGB value is (232,111,66). Sum of RGB (Red+Green+Blue) = 232+111+66=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86F42 is #1790BD. Grayscale: #8E8E8E. Windows color (decimal): -1544382 or 4354024. OLE color: 4354024.

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

Color convert

RGB 232 111 66 -
CMYK 0 0.52 0.72 0.09
HSL 16.27º 0.78% 0.58% -
HSV(B) 16.27º 0.72% 0.91% -
XYZ 39.95 28.92 8.63 -
YUV 142.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 232 111 66 0 0.52 0.72 0.09 16.27 0.78 0.58
Hex E8 6F 42 0 34 48 9 10 4E 3A
Octal 350 157 102 0 64 110 11 20 116 72
Binary 11101000 1101111 1000010 0 110100 1001000 1001 10000 1001110 111010

Color Harmonies of #E86F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86F42

Black with #E86F42

Text Example


Text Example

White with #E86F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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