Html Css Color HEX #E05300 Persimmon

📋 copy color: '#E05300'

red 224 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #E05300

Tints of Persimmon #E05300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

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

R = 72.96%
G = 27.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05300 (or 0xE05300) is known color: Persimmon. HEX triplet: E0, 53 and 00. RGB value is (224,83,0). Sum of RGB (Red+Green+Blue) = 224+83+0=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E05300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05300 is #1FACFF. Grayscale: #747474. Windows color (decimal): -2075904 or 21472. OLE color: 21472.

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

Color convert

RGB 224 83 0 -
CMYK 0 0.63 1 0.12
HSL 22.23º 1% 0.44% -
HSV(B) 22.23º 1% 0.88% -
XYZ 33.83 22.03 2.47 -
YUV 115.7 62.71 205.25 -
System Red Green Blue C M Y K H S L
Decimal 224 83 0 0 0.63 1 0.12 22.23 1 0.44
Hex E0 53 0 0 3F 64 C 16 64 2C
Octal 340 123 0 0 77 144 14 26 144 54
Binary 11100000 1010011 0 0 111111 1100100 1100 10110 1100100 101100

Color Harmonies of #E05300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05300

Black with #E05300

Text Example


Text Example

White with #E05300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05300; }

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

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

background-color css

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

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

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

border-color css

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

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

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