Html Css Color HEX #E85D05 Persimmon

📋 copy color: '#E85D05'

red 232 ◦ green 93 ◦ blue 5

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

Shades of Persimmon #E85D05

Tints of Persimmon #E85D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 70.3%
G = 28.18%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E85D05 (or 0xE85D05) is known color: Persimmon. HEX triplet: E8, 5D and 05. RGB value is (232,93,5). Sum of RGB (Red+Green+Blue) = 232+93+5=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85D05 is #17A2FA. Grayscale: #7D7D7D. Windows color (decimal): -1549051 or 351720. OLE color: 351720.

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

Color convert

RGB 232 93 5 -
CMYK 0 0.60 0.98 0.09
HSL 23.26º 0.96% 0.46% -
HSV(B) 23.26º 0.98% 0.91% -
XYZ 37.22 25 3.01 -
YUV 124.53 60.55 204.66 -
System Red Green Blue C M Y K H S L
Decimal 232 93 5 0 0.60 0.98 0.09 23.26 0.96 0.46
Hex E8 5D 5 0 3C 62 9 17 60 2E
Octal 350 135 5 0 74 142 11 27 140 56
Binary 11101000 1011101 101 0 111100 1100010 1001 10111 1100000 101110

Color Harmonies of #E85D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D05

Black with #E85D05

Text Example


Text Example

White with #E85D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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