Html Css Color HEX #E24D14 Persimmon

📋 copy color: '#E24D14'

red 226 ◦ green 77 ◦ blue 20

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

Shades of Persimmon #E24D14

Tints of Persimmon #E24D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.84%

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

R = 69.97%
G = 23.84%
B = 6.19%

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

#E24D14 (or 0xE24D14) is known color: Persimmon. HEX triplet: E2, 4D and 14. RGB value is (226,77,20). Sum of RGB (Red+Green+Blue) = 226+77+20=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24D14 is #1DB2EB. Grayscale: #737373. Windows color (decimal): -1946348 or 1330658. OLE color: 1330658.

HSL color Cylindrical-coordinate representation of color #E24D14: hue angle of 16.6º 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 #E24D14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 77 20 -
CMYK 0 0.66 0.91 0.11
HSL 16.6º 0.84% 0.48% -
HSV(B) 16.6º 0.91% 0.89% -
XYZ 34.14 21.53 3.02 -
YUV 115.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 226 77 20 0 0.66 0.91 0.11 16.6 0.84 0.48
Hex E2 4D 14 0 42 5B B 11 54 30
Octal 342 115 24 0 102 133 13 21 124 60
Binary 11100010 1001101 10100 0 1000010 1011011 1011 10001 1010100 110000

Color Harmonies of #E24D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24D14

Black with #E24D14

Text Example


Text Example

White with #E24D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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