Html Css Color HEX #E05200 Persimmon

📋 copy color: '#E05200'

red 224 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #E05200

Tints of Persimmon #E05200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 73.2%
G = 26.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05200 (or 0xE05200) is known color: Persimmon. HEX triplet: E0, 52 and 00. RGB value is (224,82,0). Sum of RGB (Red+Green+Blue) = 224+82+0=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E05200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05200 is #1FADFF. Grayscale: #737373. Windows color (decimal): -2076160 or 21216. OLE color: 21216.

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

Color convert

RGB 224 82 0 -
CMYK 0 0.63 1 0.12
HSL 21.96º 1% 0.44% -
HSV(B) 21.96º 1% 0.88% -
XYZ 33.76 21.88 2.44 -
YUV 115.11 63.04 205.67 -
System Red Green Blue C M Y K H S L
Decimal 224 82 0 0 0.63 1 0.12 21.96 1 0.44
Hex E0 52 0 0 3F 64 C 16 64 2C
Octal 340 122 0 0 77 144 14 26 144 54
Binary 11100000 1010010 0 0 111111 1100100 1100 10110 1100100 101100

Color Harmonies of #E05200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05200

Black with #E05200

Text Example


Text Example

White with #E05200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05200; }

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

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

background-color css

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

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

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

border-color css

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

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

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