Html Css Color HEX #E05900 Persimmon

📋 copy color: '#E05900'

red 224 ◦ green 89 ◦ blue 0

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

Shades of Persimmon #E05900

Tints of Persimmon #E05900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.57%
G = 28.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05900 (or 0xE05900) is known color: Persimmon. HEX triplet: E0, 59 and 00. RGB value is (224,89,0). Sum of RGB (Red+Green+Blue) = 224+89+0=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E05900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05900 is #1FA6FF. Grayscale: #777777. Windows color (decimal): -2074368 or 23008. OLE color: 23008.

HSL color Cylindrical-coordinate representation of color #E05900: hue angle of 23.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05900 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 0 -
CMYK 0 0.60 1 0.12
HSL 23.84º 1% 0.44% -
HSV(B) 23.84º 1% 0.88% -
XYZ 34.31 22.99 2.63 -
YUV 119.22 60.73 202.74 -
System Red Green Blue C M Y K H S L
Decimal 224 89 0 0 0.60 1 0.12 23.84 1 0.44
Hex E0 59 0 0 3C 64 C 18 64 2C
Octal 340 131 0 0 74 144 14 30 144 54
Binary 11100000 1011001 0 0 111100 1100100 1100 11000 1100100 101100

Color Harmonies of #E05900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05900

Black with #E05900

Text Example


Text Example

White with #E05900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05900; }

 p { color: rgb(224,89,0); }

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

background-color css

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

 a { background-color: rgb(224,89,0); }

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

border-color css

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

 span { border-color: rgb(224,89,0); }

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