Html Css Color HEX #E85207 Persimmon

📋 copy color: '#E85207'

red 232 ◦ green 82 ◦ blue 7

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

Shades of Persimmon #E85207

Tints of Persimmon #E85207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 72.27%
G = 25.55%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E85207 (or 0xE85207) is known color: Persimmon. HEX triplet: E8, 52 and 07. RGB value is (232,82,7). Sum of RGB (Red+Green+Blue) = 232+82+7=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E85207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E85207 is #17ADF8. Grayscale: #767676. Windows color (decimal): -1551865 or 479976. OLE color: 479976.

HSL color Cylindrical-coordinate representation of color #E85207: hue angle of 20º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E85207 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 7 -
CMYK 0 0.65 0.97 0.09
HSL 20º 0.94% 0.47% -
HSV(B) 20º 0.97% 0.91% -
XYZ 36.33 23.21 2.77 -
YUV 118.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 232 82 7 0 0.65 0.97 0.09 20 0.94 0.47
Hex E8 52 7 0 41 61 9 14 5E 2F
Octal 350 122 7 0 101 141 11 24 136 57
Binary 11101000 1010010 111 0 1000001 1100001 1001 10100 1011110 101111

Color Harmonies of #E85207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85207

Black with #E85207

Text Example


Text Example

White with #E85207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85207; }

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

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

background-color css

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

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

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

border-color css

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

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

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