Html Css Color HEX #E05203 Persimmon

📋 copy color: '#E05203'

red 224 ◦ green 82 ◦ blue 3

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

Shades of Persimmon #E05203

Tints of Persimmon #E05203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 72.49%
G = 26.54%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05203 (or 0xE05203) is known color: Persimmon. HEX triplet: E0, 52 and 03. RGB value is (224,82,3). Sum of RGB (Red+Green+Blue) = 224+82+3=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E05203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05203 is #1FADFC. Grayscale: #737373. Windows color (decimal): -2076157 or 217824. OLE color: 217824.

HSL color Cylindrical-coordinate representation of color #E05203: hue angle of 21.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E05203 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 3 -
CMYK 0 0.63 0.99 0.12
HSL 21.45º 0.97% 0.45% -
HSV(B) 21.45º 0.99% 0.88% -
XYZ 33.77 21.89 2.53 -
YUV 115.45 64.54 205.42 -
System Red Green Blue C M Y K H S L
Decimal 224 82 3 0 0.63 0.99 0.12 21.45 0.97 0.45
Hex E0 52 3 0 3F 63 C 15 61 2D
Octal 340 122 3 0 77 143 14 25 141 55
Binary 11100000 1010010 11 0 111111 1100011 1100 10101 1100001 101101

Color Harmonies of #E05203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05203

Black with #E05203

Text Example


Text Example

White with #E05203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05203; }

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

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

background-color css

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

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

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

border-color css

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

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

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