Html Css Color HEX #E05D03 Persimmon

📋 copy color: '#E05D03'

red 224 ◦ green 93 ◦ blue 3

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

Shades of Persimmon #E05D03

Tints of Persimmon #E05D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

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

R = 70%
G = 29.06%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E05D03 (or 0xE05D03) is known color: Persimmon. HEX triplet: E0, 5D and 03. RGB value is (224,93,3). Sum of RGB (Red+Green+Blue) = 224+93+3=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D03 is #1FA2FC. Grayscale: #7A7A7A. Windows color (decimal): -2073341 or 220640. OLE color: 220640.

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

Color convert

RGB 224 93 3 -
CMYK 0 0.58 0.99 0.12
HSL 24.43º 0.97% 0.45% -
HSV(B) 24.43º 0.99% 0.88% -
XYZ 34.67 23.68 2.83 -
YUV 121.91 60.9 200.82 -
System Red Green Blue C M Y K H S L
Decimal 224 93 3 0 0.58 0.99 0.12 24.43 0.97 0.45
Hex E0 5D 3 0 3A 63 C 18 61 2D
Octal 340 135 3 0 72 143 14 30 141 55
Binary 11100000 1011101 11 0 111010 1100011 1100 11000 1100001 101101

Color Harmonies of #E05D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D03

Black with #E05D03

Text Example


Text Example

White with #E05D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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