Html Css Color HEX #E04C10 Persimmon

📋 copy color: '#E04C10'

red 224 ◦ green 76 ◦ blue 16

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

Shades of Persimmon #E04C10

Tints of Persimmon #E04C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.05%

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

R = 70.89%
G = 24.05%
B = 5.06%

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

#E04C10 (or 0xE04C10) is known color: Persimmon. HEX triplet: E0, 4C and 10. RGB value is (224,76,16). Sum of RGB (Red+Green+Blue) = 224+76+16=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C10 is #1FB3EF. Grayscale: #717171. Windows color (decimal): -2077680 or 1068256. OLE color: 1068256.

HSL color Cylindrical-coordinate representation of color #E04C10: hue angle of 17.31º 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 #E04C10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 16 -
CMYK 0 0.66 0.93 0.12
HSL 17.31º 0.87% 0.47% -
HSV(B) 17.31º 0.93% 0.88% -
XYZ 33.42 21.05 2.79 -
YUV 113.41 73.03 206.88 -
System Red Green Blue C M Y K H S L
Decimal 224 76 16 0 0.66 0.93 0.12 17.31 0.87 0.47
Hex E0 4C 10 0 42 5D C 11 57 2F
Octal 340 114 20 0 102 135 14 21 127 57
Binary 11100000 1001100 10000 0 1000010 1011101 1100 10001 1010111 101111

Color Harmonies of #E04C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C10

Black with #E04C10

Text Example


Text Example

White with #E04C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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