Html Css Color HEX #E85204 Persimmon

📋 copy color: '#E85204'

red 232 ◦ green 82 ◦ blue 4

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

Shades of Persimmon #E85204

Tints of Persimmon #E85204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 4 (1.95% from 255) = 1.26%

R = 72.96%
G = 25.79%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E85204 (or 0xE85204) is known color: Persimmon. HEX triplet: E8, 52 and 04. RGB value is (232,82,4). Sum of RGB (Red+Green+Blue) = 232+82+4=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E85204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85204 is #17ADFB. Grayscale: #767676. Windows color (decimal): -1551868 or 283368. OLE color: 283368.

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

Color convert

RGB 232 82 4 -
CMYK 0 0.65 0.98 0.09
HSL 20.53º 0.97% 0.46% -
HSV(B) 20.53º 0.98% 0.91% -
XYZ 36.32 23.2 2.68 -
YUV 117.96 63.7 209.34 -
System Red Green Blue C M Y K H S L
Decimal 232 82 4 0 0.65 0.98 0.09 20.53 0.97 0.46
Hex E8 52 4 0 41 62 9 15 61 2E
Octal 350 122 4 0 101 142 11 25 141 56
Binary 11101000 1010010 100 0 1000001 1100010 1001 10101 1100001 101110

Color Harmonies of #E85204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85204

Black with #E85204

Text Example


Text Example

White with #E85204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85204; }

 p { color: rgb(232,82,4); }

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

background-color css

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

 a { background-color: rgb(232,82,4); }

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

border-color css

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

 span { border-color: rgb(232,82,4); }

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