Html Css Color HEX #E05503 Persimmon

📋 copy color: '#E05503'

red 224 ◦ green 85 ◦ blue 3

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

Shades of Persimmon #E05503

Tints of Persimmon #E05503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 71.79%
G = 27.24%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05503 (or 0xE05503) is known color: Persimmon. HEX triplet: E0, 55 and 03. RGB value is (224,85,3). Sum of RGB (Red+Green+Blue) = 224+85+3=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E05503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05503 is #1FAAFC. Grayscale: #757575. Windows color (decimal): -2075389 or 218592. OLE color: 218592.

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

Color convert

RGB 224 85 3 -
CMYK 0 0.62 0.99 0.12
HSL 22.26º 0.97% 0.45% -
HSV(B) 22.26º 0.99% 0.88% -
XYZ 34.01 22.35 2.61 -
YUV 117.21 63.55 204.17 -
System Red Green Blue C M Y K H S L
Decimal 224 85 3 0 0.62 0.99 0.12 22.26 0.97 0.45
Hex E0 55 3 0 3E 63 C 16 61 2D
Octal 340 125 3 0 76 143 14 26 141 55
Binary 11100000 1010101 11 0 111110 1100011 1100 10110 1100001 101101

Color Harmonies of #E05503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05503

Black with #E05503

Text Example


Text Example

White with #E05503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05503; }

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

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

background-color css

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

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

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

border-color css

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

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

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