Html Css Color HEX #E24C14 Persimmon

📋 copy color: '#E24C14'

red 226 ◦ green 76 ◦ blue 20

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

Shades of Persimmon #E24C14

Tints of Persimmon #E24C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 70.19%
G = 23.6%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E24C14 (or 0xE24C14) is known color: Persimmon. HEX triplet: E2, 4C and 14. RGB value is (226,76,20). Sum of RGB (Red+Green+Blue) = 226+76+20=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24C14 is #1DB3EB. Grayscale: #727272. Windows color (decimal): -1946604 or 1330402. OLE color: 1330402.

HSL color Cylindrical-coordinate representation of color #E24C14: hue angle of 16.31º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E24C14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 76 20 -
CMYK 0 0.66 0.91 0.11
HSL 16.31º 0.84% 0.48% -
HSV(B) 16.31º 0.91% 0.89% -
XYZ 34.07 21.39 2.99 -
YUV 114.47 74.7 207.55 -
System Red Green Blue C M Y K H S L
Decimal 226 76 20 0 0.66 0.91 0.11 16.31 0.84 0.48
Hex E2 4C 14 0 42 5B B 10 54 30
Octal 342 114 24 0 102 133 13 20 124 60
Binary 11100010 1001100 10100 0 1000010 1011011 1011 10000 1010100 110000

Color Harmonies of #E24C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24C14

Black with #E24C14

Text Example


Text Example

White with #E24C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24C14; }

 p { color: rgb(226,76,20); }

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

background-color css

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

 a { background-color: rgb(226,76,20); }

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

border-color css

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

 span { border-color: rgb(226,76,20); }

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