Html Css Color HEX #E04D10 Persimmon

📋 copy color: '#E04D10'

red 224 ◦ green 77 ◦ blue 16

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

Shades of Persimmon #E04D10

Tints of Persimmon #E04D10

RGB

 RED value IS 224 (87.89% from 255) = 70.66%

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

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

R = 70.66%
G = 24.29%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E04D10 (or 0xE04D10) is known color: Persimmon. HEX triplet: E0, 4D and 10. RGB value is (224,77,16). Sum of RGB (Red+Green+Blue) = 224+77+16=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E04D10 is #1FB2EF. Grayscale: #727272. Windows color (decimal): -2077424 or 1068512. OLE color: 1068512.

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

Color convert

RGB 224 77 16 -
CMYK 0 0.66 0.93 0.12
HSL 17.6º 0.87% 0.47% -
HSV(B) 17.6º 0.93% 0.88% -
XYZ 33.49 21.19 2.82 -
YUV 114 72.7 206.46 -
System Red Green Blue C M Y K H S L
Decimal 224 77 16 0 0.66 0.93 0.12 17.6 0.87 0.47
Hex E0 4D 10 0 42 5D C 12 57 2F
Octal 340 115 20 0 102 135 14 22 127 57
Binary 11100000 1001101 10000 0 1000010 1011101 1100 10010 1010111 101111

Color Harmonies of #E04D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04D10

Black with #E04D10

Text Example


Text Example

White with #E04D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04D10; }

 p { color: rgb(224,77,16); }

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

background-color css

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

 a { background-color: rgb(224,77,16); }

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

border-color css

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

 span { border-color: rgb(224,77,16); }

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