Html Css Color HEX #E24E12 Persimmon

📋 copy color: '#E24E12'

red 226 ◦ green 78 ◦ blue 18

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

Shades of Persimmon #E24E12

Tints of Persimmon #E24E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.22%

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 70.19%
G = 24.22%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E24E12 (or 0xE24E12) is known color: Persimmon. HEX triplet: E2, 4E and 12. RGB value is (226,78,18). Sum of RGB (Red+Green+Blue) = 226+78+18=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24E12 is #1DB1ED. Grayscale: #737373. Windows color (decimal): -1946094 or 1199842. OLE color: 1199842.

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

Color convert

RGB 226 78 18 -
CMYK 0 0.65 0.92 0.11
HSL 17.31º 0.85% 0.48% -
HSV(B) 17.31º 0.92% 0.89% -
XYZ 34.2 21.66 2.95 -
YUV 115.41 73.03 206.88 -
System Red Green Blue C M Y K H S L
Decimal 226 78 18 0 0.65 0.92 0.11 17.31 0.85 0.48
Hex E2 4E 12 0 41 5C B 11 55 30
Octal 342 116 22 0 101 134 13 21 125 60
Binary 11100010 1001110 10010 0 1000001 1011100 1011 10001 1010101 110000

Color Harmonies of #E24E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E12

Black with #E24E12

Text Example


Text Example

White with #E24E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E12; }

 p { color: rgb(226,78,18); }

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

background-color css

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

 a { background-color: rgb(226,78,18); }

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

border-color css

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

 span { border-color: rgb(226,78,18); }

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