Html Css Color HEX #E05301 Persimmon

📋 copy color: '#E05301'

red 224 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #E05301

Tints of Persimmon #E05301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 72.73%
G = 26.95%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E05301 (or 0xE05301) is known color: Persimmon. HEX triplet: E0, 53 and 01. RGB value is (224,83,1). Sum of RGB (Red+Green+Blue) = 224+83+1=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E05301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05301 is #1FACFE. Grayscale: #747474. Windows color (decimal): -2075903 or 87008. OLE color: 87008.

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

Color convert

RGB 224 83 1 -
CMYK 0 0.63 1.00 0.12
HSL 22.06º 0.99% 0.44% -
HSV(B) 22.06º 1% 0.88% -
XYZ 33.84 22.04 2.5 -
YUV 115.81 63.21 205.17 -
System Red Green Blue C M Y K H S L
Decimal 224 83 1 0 0.63 1.00 0.12 22.06 0.99 0.44
Hex E0 53 1 0 3F 64 C 16 63 2C
Octal 340 123 1 0 77 144 14 26 143 54
Binary 11100000 1010011 1 0 111111 1100100 1100 10110 1100011 101100

Color Harmonies of #E05301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05301

Black with #E05301

Text Example


Text Example

White with #E05301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05301; }

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

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

background-color css

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

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

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

border-color css

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

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

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