Html Css Color HEX #E8520C Persimmon

📋 copy color: '#E8520C'

red 232 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #E8520C

Tints of Persimmon #E8520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 71.17%
G = 25.15%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8520C (or 0xE8520C) is known color: Persimmon. HEX triplet: E8, 52 and 0C. RGB value is (232,82,12). Sum of RGB (Red+Green+Blue) = 232+82+12=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8520C is #17ADF3. Grayscale: #777777. Windows color (decimal): -1551860 or 807656. OLE color: 807656.

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

Color convert

RGB 232 82 12 -
CMYK 0 0.65 0.95 0.09
HSL 19.09º 0.9% 0.48% -
HSV(B) 19.09º 0.95% 0.91% -
XYZ 36.36 23.22 2.91 -
YUV 118.87 67.7 208.69 -
System Red Green Blue C M Y K H S L
Decimal 232 82 12 0 0.65 0.95 0.09 19.09 0.9 0.48
Hex E8 52 C 0 41 5F 9 13 5A 30
Octal 350 122 14 0 101 137 11 23 132 60
Binary 11101000 1010010 1100 0 1000001 1011111 1001 10011 1011010 110000

Color Harmonies of #E8520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8520C

Black with #E8520C

Text Example


Text Example

White with #E8520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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