Html Css Color HEX #E85100 Persimmon

📋 copy color: '#E85100'

red 232 ◦ green 81 ◦ blue 0

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

Shades of Persimmon #E85100

Tints of Persimmon #E85100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 74.12%
G = 25.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E85100 (or 0xE85100) is known color: Persimmon. HEX triplet: E8, 51 and 00. RGB value is (232,81,0). Sum of RGB (Red+Green+Blue) = 232+81+0=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E85100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85100 is #17AEFF. Grayscale: #757575. Windows color (decimal): -1552128 or 20968. OLE color: 20968.

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

Color convert

RGB 232 81 0 -
CMYK 0 0.65 1 0.09
HSL 20.95º 1% 0.45% -
HSV(B) 20.95º 1% 0.91% -
XYZ 36.22 23.04 2.54 -
YUV 116.92 62.03 210.09 -
System Red Green Blue C M Y K H S L
Decimal 232 81 0 0 0.65 1 0.09 20.95 1 0.45
Hex E8 51 0 0 41 64 9 15 64 2D
Octal 350 121 0 0 101 144 11 25 144 55
Binary 11101000 1010001 0 0 1000001 1100100 1001 10101 1100100 101101

Color Harmonies of #E85100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85100

Black with #E85100

Text Example


Text Example

White with #E85100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85100; }

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

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

background-color css

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

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

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

border-color css

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

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

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