Html Css Color HEX #E85D01 Persimmon

📋 copy color: '#E85D01'

red 232 ◦ green 93 ◦ blue 1

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

Shades of Persimmon #E85D01

Tints of Persimmon #E85D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 71.17%
G = 28.53%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E85D01 (or 0xE85D01) is known color: Persimmon. HEX triplet: E8, 5D and 01. RGB value is (232,93,1). Sum of RGB (Red+Green+Blue) = 232+93+1=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D01 is #17A2FE. Grayscale: #7C7C7C. Windows color (decimal): -1549055 or 89576. OLE color: 89576.

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

Color convert

RGB 232 93 1 -
CMYK 0 0.60 1.00 0.09
HSL 23.9º 0.99% 0.46% -
HSV(B) 23.9º 1% 0.91% -
XYZ 37.2 24.99 2.89 -
YUV 124.07 58.55 204.98 -
System Red Green Blue C M Y K H S L
Decimal 232 93 1 0 0.60 1.00 0.09 23.9 0.99 0.46
Hex E8 5D 1 0 3C 64 9 18 63 2E
Octal 350 135 1 0 74 144 11 30 143 56
Binary 11101000 1011101 1 0 111100 1100100 1001 11000 1100011 101110

Color Harmonies of #E85D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D01

Black with #E85D01

Text Example


Text Example

White with #E85D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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