Html Css Color HEX #E85F01 Persimmon

📋 copy color: '#E85F01'

red 232 ◦ green 95 ◦ blue 1

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

Shades of Persimmon #E85F01

Tints of Persimmon #E85F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 70.73%
G = 28.96%
B = 0.3%

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

#E85F01 (or 0xE85F01) is known color: Persimmon. HEX triplet: E8, 5F and 01. RGB value is (232,95,1). Sum of RGB (Red+Green+Blue) = 232+95+1=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85F01 is #17A0FE. Grayscale: #7D7D7D. Windows color (decimal): -1548543 or 90088. OLE color: 90088.

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

Color convert

RGB 232 95 1 -
CMYK 0 0.59 1.00 0.09
HSL 24.42º 0.99% 0.46% -
HSV(B) 24.42º 1% 0.91% -
XYZ 37.38 25.34 2.95 -
YUV 125.25 57.89 204.14 -
System Red Green Blue C M Y K H S L
Decimal 232 95 1 0 0.59 1.00 0.09 24.42 0.99 0.46
Hex E8 5F 1 0 3B 64 9 18 63 2E
Octal 350 137 1 0 73 144 11 30 143 56
Binary 11101000 1011111 1 0 111011 1100100 1001 11000 1100011 101110

Color Harmonies of #E85F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F01

Black with #E85F01

Text Example


Text Example

White with #E85F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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