Html Css Color HEX #E24E10 Persimmon

📋 copy color: '#E24E10'

red 226 ◦ green 78 ◦ blue 16

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

Shades of Persimmon #E24E10

Tints of Persimmon #E24E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5%

R = 70.63%
G = 24.38%
B = 5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E24E10 (or 0xE24E10) is known color: Persimmon. HEX triplet: E2, 4E and 10. RGB value is (226,78,16). Sum of RGB (Red+Green+Blue) = 226+78+16=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E24E10 is #1DB1EF. Grayscale: #737373. Windows color (decimal): -1946096 or 1068770. OLE color: 1068770.

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

Color convert

RGB 226 78 16 -
CMYK 0 0.65 0.93 0.11
HSL 17.71º 0.87% 0.47% -
HSV(B) 17.71º 0.93% 0.89% -
XYZ 34.18 21.65 2.87 -
YUV 115.18 72.03 207.04 -
System Red Green Blue C M Y K H S L
Decimal 226 78 16 0 0.65 0.93 0.11 17.71 0.87 0.47
Hex E2 4E 10 0 41 5D B 12 57 2F
Octal 342 116 20 0 101 135 13 22 127 57
Binary 11100010 1001110 10000 0 1000001 1011101 1011 10010 1010111 101111

Color Harmonies of #E24E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24E10

Black with #E24E10

Text Example


Text Example

White with #E24E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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