Html Css Color HEX #E85301 Persimmon

📋 copy color: '#E85301'

red 232 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #E85301

Tints of Persimmon #E85301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 73.42%
G = 26.27%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E85301 (or 0xE85301) is known color: Persimmon. HEX triplet: E8, 53 and 01. RGB value is (232,83,1). Sum of RGB (Red+Green+Blue) = 232+83+1=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E85301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85301 is #17ACFE. Grayscale: #767676. Windows color (decimal): -1551615 or 87016. OLE color: 87016.

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

Color convert

RGB 232 83 1 -
CMYK 0 0.64 1.00 0.09
HSL 21.3º 0.99% 0.46% -
HSV(B) 21.3º 1% 0.91% -
XYZ 36.38 23.34 2.62 -
YUV 118.2 61.86 209.17 -
System Red Green Blue C M Y K H S L
Decimal 232 83 1 0 0.64 1.00 0.09 21.3 0.99 0.46
Hex E8 53 1 0 40 64 9 15 63 2E
Octal 350 123 1 0 100 144 11 25 143 56
Binary 11101000 1010011 1 0 1000000 1100100 1001 10101 1100011 101110

Color Harmonies of #E85301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85301

Black with #E85301

Text Example


Text Example

White with #E85301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85301; }

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

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

background-color css

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

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

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

border-color css

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

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

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