Html Css Color HEX #E86214 Persimmon

📋 copy color: '#E86214'

red 232 ◦ green 98 ◦ blue 20

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

Shades of Persimmon #E86214

Tints of Persimmon #E86214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 66.29%
G = 28%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E86214 (or 0xE86214) is known color: Persimmon. HEX triplet: E8, 62 and 14. RGB value is (232,98,20). Sum of RGB (Red+Green+Blue) = 232+98+20=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E86214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86214 is #179DEB. Grayscale: #818181. Windows color (decimal): -1547756 or 1336040. OLE color: 1336040.

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

Color convert

RGB 232 98 20 -
CMYK 0 0.58 0.91 0.09
HSL 22.08º 0.84% 0.49% -
HSV(B) 22.08º 0.91% 0.91% -
XYZ 37.77 25.94 3.68 -
YUV 129.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 232 98 20 0 0.58 0.91 0.09 22.08 0.84 0.49
Hex E8 62 14 0 3A 5B 9 16 54 31
Octal 350 142 24 0 72 133 11 26 124 61
Binary 11101000 1100010 10100 0 111010 1011011 1001 10110 1010100 110001

Color Harmonies of #E86214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86214

Black with #E86214

Text Example


Text Example

White with #E86214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86214; }

 p { color: rgb(232,98,20); }

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

background-color css

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

 a { background-color: rgb(232,98,20); }

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

border-color css

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

 span { border-color: rgb(232,98,20); }

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