Html Css Color HEX #E85E01 Persimmon

📋 copy color: '#E85E01'

red 232 ◦ green 94 ◦ blue 1

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

Shades of Persimmon #E85E01

Tints of Persimmon #E85E01

RGB

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

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

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

R = 70.95%
G = 28.75%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E85E01 (or 0xE85E01) is known color: Persimmon. HEX triplet: E8, 5E and 01. RGB value is (232,94,1). Sum of RGB (Red+Green+Blue) = 232+94+1=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85E01 is #17A1FE. Grayscale: #7D7D7D. Windows color (decimal): -1548799 or 89832. OLE color: 89832.

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

Color convert

RGB 232 94 1 -
CMYK 0 0.59 1.00 0.09
HSL 24.16º 0.99% 0.46% -
HSV(B) 24.16º 1% 0.91% -
XYZ 37.29 25.16 2.92 -
YUV 124.66 58.22 204.56 -
System Red Green Blue C M Y K H S L
Decimal 232 94 1 0 0.59 1.00 0.09 24.16 0.99 0.46
Hex E8 5E 1 0 3B 64 9 18 63 2E
Octal 350 136 1 0 73 144 11 30 143 56
Binary 11101000 1011110 1 0 111011 1100100 1001 11000 1100011 101110

Color Harmonies of #E85E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E01

Black with #E85E01

Text Example


Text Example

White with #E85E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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