Html Css Color HEX #E24006 Persimmon

📋 copy color: '#E24006'

red 226 ◦ green 64 ◦ blue 6

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

Shades of Persimmon #E24006

Tints of Persimmon #E24006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 76.35%
G = 21.62%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E24006 (or 0xE24006) is known color: Persimmon. HEX triplet: E2, 40 and 06. RGB value is (226,64,6). Sum of RGB (Red+Green+Blue) = 226+64+6=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E24006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24006 is #1DBFF9. Grayscale: #6A6A6A. Windows color (decimal): -1949690 or 409826. OLE color: 409826.

HSL color Cylindrical-coordinate representation of color #E24006: hue angle of 15.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E24006 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 64 6 -
CMYK 0 0.72 0.97 0.11
HSL 15.82º 0.95% 0.45% -
HSV(B) 15.82º 0.97% 0.89% -
XYZ 33.23 19.85 2.25 -
YUV 105.83 71.67 213.72 -
System Red Green Blue C M Y K H S L
Decimal 226 64 6 0 0.72 0.97 0.11 15.82 0.95 0.45
Hex E2 40 6 0 48 61 B 10 5F 2D
Octal 342 100 6 0 110 141 13 20 137 55
Binary 11100010 1000000 110 0 1001000 1100001 1011 10000 1011111 101101

Color Harmonies of #E24006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24006

Black with #E24006

Text Example


Text Example

White with #E24006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24006; }

 p { color: rgb(226,64,6); }

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

background-color css

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

 a { background-color: rgb(226,64,6); }

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

border-color css

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

 span { border-color: rgb(226,64,6); }

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