Html Css Color HEX #E05010 Persimmon

📋 copy color: '#E05010'

red 224 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #E05010

Tints of Persimmon #E05010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 70%
G = 25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E05010 (or 0xE05010) is known color: Persimmon. HEX triplet: E0, 50 and 10. RGB value is (224,80,16). Sum of RGB (Red+Green+Blue) = 224+80+16=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E05010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05010 is #1FAFEF. Grayscale: #747474. Windows color (decimal): -2076656 or 1069280. OLE color: 1069280.

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

Color convert

RGB 224 80 16 -
CMYK 0 0.64 0.93 0.12
HSL 18.46º 0.87% 0.47% -
HSV(B) 18.46º 0.93% 0.88% -
XYZ 33.7 21.62 2.89 -
YUV 115.76 71.71 205.2 -
System Red Green Blue C M Y K H S L
Decimal 224 80 16 0 0.64 0.93 0.12 18.46 0.87 0.47
Hex E0 50 10 0 40 5D C 12 57 2F
Octal 340 120 20 0 100 135 14 22 127 57
Binary 11100000 1010000 10000 0 1000000 1011101 1100 10010 1010111 101111

Color Harmonies of #E05010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05010

Black with #E05010

Text Example


Text Example

White with #E05010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05010; }

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

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

background-color css

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

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

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

border-color css

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

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

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