Html Css Color HEX #E2520E Persimmon

📋 copy color: '#E2520E'

red 226 ◦ green 82 ◦ blue 14

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

Shades of Persimmon #E2520E

Tints of Persimmon #E2520E

RGB

 RED value IS 226 (88.67% from 255) = 70.19%

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

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 70.19%
G = 25.47%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2520E (or 0xE2520E) is known color: Persimmon. HEX triplet: E2, 52 and 0E. RGB value is (226,82,14). Sum of RGB (Red+Green+Blue) = 226+82+14=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E2520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2520E is #1DADF1. Grayscale: #757575. Windows color (decimal): -1945074 or 938722. OLE color: 938722.

HSL color Cylindrical-coordinate representation of color #E2520E: hue angle of 19.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2520E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 14 -
CMYK 0 0.64 0.94 0.11
HSL 19.25º 0.88% 0.47% -
HSV(B) 19.25º 0.94% 0.89% -
XYZ 34.46 22.24 2.89 -
YUV 117.3 69.71 205.53 -
System Red Green Blue C M Y K H S L
Decimal 226 82 14 0 0.64 0.94 0.11 19.25 0.88 0.47
Hex E2 52 E 0 40 5E B 13 58 2F
Octal 342 122 16 0 100 136 13 23 130 57
Binary 11100010 1010010 1110 0 1000000 1011110 1011 10011 1011000 101111

Color Harmonies of #E2520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2520E

Black with #E2520E

Text Example


Text Example

White with #E2520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2520E; }

 p { color: rgb(226,82,14); }

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

background-color css

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

 a { background-color: rgb(226,82,14); }

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

border-color css

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

 span { border-color: rgb(226,82,14); }

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