Html Css Color HEX #E05C03 Persimmon

📋 copy color: '#E05C03'

red 224 ◦ green 92 ◦ blue 3

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

Shades of Persimmon #E05C03

Tints of Persimmon #E05C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 70.22%
G = 28.84%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05C03 (or 0xE05C03) is known color: Persimmon. HEX triplet: E0, 5C and 03. RGB value is (224,92,3). Sum of RGB (Red+Green+Blue) = 224+92+3=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05C03 is #1FA3FC. Grayscale: #797979. Windows color (decimal): -2073597 or 220384. OLE color: 220384.

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

Color convert

RGB 224 92 3 -
CMYK 0 0.59 0.99 0.12
HSL 24.16º 0.97% 0.45% -
HSV(B) 24.16º 0.99% 0.88% -
XYZ 34.58 23.51 2.8 -
YUV 121.32 61.23 201.24 -
System Red Green Blue C M Y K H S L
Decimal 224 92 3 0 0.59 0.99 0.12 24.16 0.97 0.45
Hex E0 5C 3 0 3B 63 C 18 61 2D
Octal 340 134 3 0 73 143 14 30 141 55
Binary 11100000 1011100 11 0 111011 1100011 1100 11000 1100001 101101

Color Harmonies of #E05C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C03

Black with #E05C03

Text Example


Text Example

White with #E05C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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