Html Css Color HEX #E85505 Persimmon

📋 copy color: '#E85505'

red 232 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #E85505

Tints of Persimmon #E85505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 72.05%
G = 26.4%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E85505 (or 0xE85505) is known color: Persimmon. HEX triplet: E8, 55 and 05. RGB value is (232,85,5). Sum of RGB (Red+Green+Blue) = 232+85+5=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E85505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85505 is #17AAFA. Grayscale: #787878. Windows color (decimal): -1551099 or 349672. OLE color: 349672.

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

Color convert

RGB 232 85 5 -
CMYK 0 0.63 0.98 0.09
HSL 21.15º 0.96% 0.46% -
HSV(B) 21.15º 0.98% 0.91% -
XYZ 36.55 23.66 2.78 -
YUV 119.83 63.2 208 -
System Red Green Blue C M Y K H S L
Decimal 232 85 5 0 0.63 0.98 0.09 21.15 0.96 0.46
Hex E8 55 5 0 3F 62 9 15 60 2E
Octal 350 125 5 0 77 142 11 25 140 56
Binary 11101000 1010101 101 0 111111 1100010 1001 10101 1100000 101110

Color Harmonies of #E85505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85505

Black with #E85505

Text Example


Text Example

White with #E85505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85505; }

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

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

background-color css

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

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

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

border-color css

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

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

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