Html Css Color HEX #E85E14 Persimmon

📋 copy color: '#E85E14'

red 232 ◦ green 94 ◦ blue 20

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

Shades of Persimmon #E85E14

Tints of Persimmon #E85E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

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

R = 67.05%
G = 27.17%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E85E14 (or 0xE85E14) is known color: Persimmon. HEX triplet: E8, 5E and 14. RGB value is (232,94,20). Sum of RGB (Red+Green+Blue) = 232+94+20=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E14 is #17A1EB. Grayscale: #7F7F7F. Windows color (decimal): -1548780 or 1335016. OLE color: 1335016.

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

Color convert

RGB 232 94 20 -
CMYK 0 0.59 0.91 0.09
HSL 20.94º 0.84% 0.49% -
HSV(B) 20.94º 0.91% 0.91% -
XYZ 37.41 25.21 3.56 -
YUV 126.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 232 94 20 0 0.59 0.91 0.09 20.94 0.84 0.49
Hex E8 5E 14 0 3B 5B 9 15 54 31
Octal 350 136 24 0 73 133 11 25 124 61
Binary 11101000 1011110 10100 0 111011 1011011 1001 10101 1010100 110001

Color Harmonies of #E85E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E14

Black with #E85E14

Text Example


Text Example

White with #E85E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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