Html Css Color HEX #E6520C Persimmon

📋 copy color: '#E6520C'

red 230 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #E6520C

Tints of Persimmon #E6520C

RGB

 RED value IS 230 (90.23% from 255) = 70.99%

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

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

R = 70.99%
G = 25.31%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6520C (or 0xE6520C) is known color: Persimmon. HEX triplet: E6, 52 and 0C. RGB value is (230,82,12). Sum of RGB (Red+Green+Blue) = 230+82+12=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6520C is #19ADF3. Grayscale: #767676. Windows color (decimal): -1682932 or 807654. OLE color: 807654.

HSL color Cylindrical-coordinate representation of color #E6520C: hue angle of 19.27º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6520C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 12 -
CMYK 0 0.64 0.95 0.10
HSL 19.27º 0.9% 0.47% -
HSV(B) 19.27º 0.95% 0.9% -
XYZ 35.72 22.88 2.88 -
YUV 118.27 68.03 207.69 -
System Red Green Blue C M Y K H S L
Decimal 230 82 12 0 0.64 0.95 0.10 19.27 0.9 0.47
Hex E6 52 C 0 40 5F A 13 5A 2F
Octal 346 122 14 0 100 137 12 23 132 57
Binary 11100110 1010010 1100 0 1000000 1011111 1010 10011 1011010 101111

Color Harmonies of #E6520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6520C

Black with #E6520C

Text Example


Text Example

White with #E6520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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