Html Css Color HEX #E24A16 Persimmon

📋 copy color: '#E24A16'

red 226 ◦ green 74 ◦ blue 22

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

Shades of Persimmon #E24A16

Tints of Persimmon #E24A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 70.19%
G = 22.98%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E24A16 (or 0xE24A16) is known color: Persimmon. HEX triplet: E2, 4A and 16. RGB value is (226,74,22). Sum of RGB (Red+Green+Blue) = 226+74+22=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A16 is #1DB5E9. Grayscale: #717171. Windows color (decimal): -1947114 or 1460962. OLE color: 1460962.

HSL color Cylindrical-coordinate representation of color #E24A16: hue angle of 15.29º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E24A16 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 74 22 -
CMYK 0 0.67 0.90 0.11
HSL 15.29º 0.82% 0.49% -
HSV(B) 15.29º 0.9% 0.89% -
XYZ 33.96 21.12 3.05 -
YUV 113.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 226 74 22 0 0.67 0.90 0.11 15.29 0.82 0.49
Hex E2 4A 16 0 43 5A B F 52 31
Octal 342 112 26 0 103 132 13 17 122 61
Binary 11100010 1001010 10110 0 1000011 1011010 1011 1111 1010010 110001

Color Harmonies of #E24A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A16

Black with #E24A16

Text Example


Text Example

White with #E24A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A16; }

 p { color: rgb(226,74,22); }

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

background-color css

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

 a { background-color: rgb(226,74,22); }

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

border-color css

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

 span { border-color: rgb(226,74,22); }

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