Html Css Color HEX #E85D00 Persimmon

📋 copy color: '#E85D00'

red 232 ◦ green 93 ◦ blue 0

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

Shades of Persimmon #E85D00

Tints of Persimmon #E85D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.38%
G = 28.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E85D00 (or 0xE85D00) is known color: Persimmon. HEX triplet: E8, 5D and 00. RGB value is (232,93,0). Sum of RGB (Red+Green+Blue) = 232+93+0=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D00 is #17A2FF. Grayscale: #7C7C7C. Windows color (decimal): -1549056 or 24040. OLE color: 24040.

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

Color convert

RGB 232 93 0 -
CMYK 0 0.60 1 0.09
HSL 24.05º 1% 0.45% -
HSV(B) 24.05º 1% 0.91% -
XYZ 37.19 24.98 2.86 -
YUV 123.96 58.05 205.06 -
System Red Green Blue C M Y K H S L
Decimal 232 93 0 0 0.60 1 0.09 24.05 1 0.45
Hex E8 5D 0 0 3C 64 9 18 64 2D
Octal 350 135 0 0 74 144 11 30 144 55
Binary 11101000 1011101 0 0 111100 1100100 1001 11000 1100100 101101

Color Harmonies of #E85D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D00

Black with #E85D00

Text Example


Text Example

White with #E85D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D00; }

 p { color: rgb(232,93,0); }

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

background-color css

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

 a { background-color: rgb(232,93,0); }

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

border-color css

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

 span { border-color: rgb(232,93,0); }

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