Html Css Color HEX #E4520C Persimmon

📋 copy color: '#E4520C'

red 228 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #E4520C

Tints of Persimmon #E4520C

RGB

 RED value IS 228 (89.45% from 255) = 70.81%

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

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

R = 70.81%
G = 25.47%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4520C (or 0xE4520C) is known color: Persimmon. HEX triplet: E4, 52 and 0C. RGB value is (228,82,12). Sum of RGB (Red+Green+Blue) = 228+82+12=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4520C is #1BADF3. Grayscale: #767676. Windows color (decimal): -1814004 or 807652. OLE color: 807652.

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

Color convert

RGB 228 82 12 -
CMYK 0 0.64 0.95 0.11
HSL 19.44º 0.9% 0.47% -
HSV(B) 19.44º 0.95% 0.89% -
XYZ 35.08 22.56 2.85 -
YUV 117.67 68.37 206.69 -
System Red Green Blue C M Y K H S L
Decimal 228 82 12 0 0.64 0.95 0.11 19.44 0.9 0.47
Hex E4 52 C 0 40 5F B 13 5A 2F
Octal 344 122 14 0 100 137 13 23 132 57
Binary 11100100 1010010 1100 0 1000000 1011111 1011 10011 1011010 101111

Color Harmonies of #E4520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4520C

Black with #E4520C

Text Example


Text Example

White with #E4520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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