Html Css Color HEX #E85E0E Persimmon

📋 copy color: '#E85E0E'

red 232 ◦ green 94 ◦ blue 14

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

Shades of Persimmon #E85E0E

Tints of Persimmon #E85E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 68.24%
G = 27.65%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E85E0E (or 0xE85E0E) is known color: Persimmon. HEX triplet: E8, 5E and 0E. RGB value is (232,94,14). Sum of RGB (Red+Green+Blue) = 232+94+14=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E0E is #17A1F1. Grayscale: #7E7E7E. Windows color (decimal): -1548786 or 941800. OLE color: 941800.

HSL color Cylindrical-coordinate representation of color #E85E0E: hue angle of 22.02º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E85E0E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 94 14 -
CMYK 0 0.59 0.94 0.09
HSL 22.02º 0.89% 0.48% -
HSV(B) 22.02º 0.94% 0.91% -
XYZ 37.36 25.19 3.31 -
YUV 126.14 64.72 203.5 -
System Red Green Blue C M Y K H S L
Decimal 232 94 14 0 0.59 0.94 0.09 22.02 0.89 0.48
Hex E8 5E E 0 3B 5E 9 16 59 30
Octal 350 136 16 0 73 136 11 26 131 60
Binary 11101000 1011110 1110 0 111011 1011110 1001 10110 1011001 110000

Color Harmonies of #E85E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E0E

Black with #E85E0E

Text Example


Text Example

White with #E85E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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