Html Css Color HEX #E05510 Persimmon

📋 copy color: '#E05510'

red 224 ◦ green 85 ◦ blue 16

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

Shades of Persimmon #E05510

Tints of Persimmon #E05510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 68.92%
G = 26.15%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E05510 (or 0xE05510) is known color: Persimmon. HEX triplet: E0, 55 and 10. RGB value is (224,85,16). Sum of RGB (Red+Green+Blue) = 224+85+16=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E05510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05510 is #1FAAEF. Grayscale: #777777. Windows color (decimal): -2075376 or 1070560. OLE color: 1070560.

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

Color convert

RGB 224 85 16 -
CMYK 0 0.62 0.93 0.12
HSL 19.9º 0.87% 0.47% -
HSV(B) 19.9º 0.93% 0.88% -
XYZ 34.08 22.38 3.01 -
YUV 118.7 70.05 203.11 -
System Red Green Blue C M Y K H S L
Decimal 224 85 16 0 0.62 0.93 0.12 19.9 0.87 0.47
Hex E0 55 10 0 3E 5D C 14 57 2F
Octal 340 125 20 0 76 135 14 24 127 57
Binary 11100000 1010101 10000 0 111110 1011101 1100 10100 1010111 101111

Color Harmonies of #E05510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05510

Black with #E05510

Text Example


Text Example

White with #E05510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05510; }

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

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

background-color css

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

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

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

border-color css

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

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

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