Html Css Color HEX #E05000 Persimmon

📋 copy color: '#E05000'

red 224 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #E05000

Tints of Persimmon #E05000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.68%
G = 26.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05000 (or 0xE05000) is known color: Persimmon. HEX triplet: E0, 50 and 00. RGB value is (224,80,0). Sum of RGB (Red+Green+Blue) = 224+80+0=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E05000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05000 is #1FAFFF. Grayscale: #727272. Windows color (decimal): -2076672 or 20704. OLE color: 20704.

HSL color Cylindrical-coordinate representation of color #E05000: hue angle of 21.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05000 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 80 0 -
CMYK 0 0.64 1 0.12
HSL 21.43º 1% 0.44% -
HSV(B) 21.43º 1% 0.88% -
XYZ 33.61 21.58 2.39 -
YUV 113.94 63.71 206.5 -
System Red Green Blue C M Y K H S L
Decimal 224 80 0 0 0.64 1 0.12 21.43 1 0.44
Hex E0 50 0 0 40 64 C 15 64 2C
Octal 340 120 0 0 100 144 14 25 144 54
Binary 11100000 1010000 0 0 1000000 1100100 1100 10101 1100100 101100

Color Harmonies of #E05000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05000

Black with #E05000

Text Example


Text Example

White with #E05000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05000; }

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

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

background-color css

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

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

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

border-color css

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

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

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