Html Css Color HEX #E05003 Persimmon

📋 copy color: '#E05003'

red 224 ◦ green 80 ◦ blue 3

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

Shades of Persimmon #E05003

Tints of Persimmon #E05003

RGB

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

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

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

R = 72.96%
G = 26.06%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05003 (or 0xE05003) is known color: Persimmon. HEX triplet: E0, 50 and 03. RGB value is (224,80,3). Sum of RGB (Red+Green+Blue) = 224+80+3=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E05003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05003 is #1FAFFC. Grayscale: #727272. Windows color (decimal): -2076669 or 217312. OLE color: 217312.

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

Color convert

RGB 224 80 3 -
CMYK 0 0.64 0.99 0.12
HSL 20.9º 0.97% 0.45% -
HSV(B) 20.9º 0.99% 0.88% -
XYZ 33.63 21.59 2.48 -
YUV 114.28 65.21 206.26 -
System Red Green Blue C M Y K H S L
Decimal 224 80 3 0 0.64 0.99 0.12 20.9 0.97 0.45
Hex E0 50 3 0 40 63 C 15 61 2D
Octal 340 120 3 0 100 143 14 25 141 55
Binary 11100000 1010000 11 0 1000000 1100011 1100 10101 1100001 101101

Color Harmonies of #E05003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05003

Black with #E05003

Text Example


Text Example

White with #E05003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05003; }

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

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

background-color css

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

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

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

border-color css

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

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

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