Html Css Color HEX #E45C01 Persimmon

📋 copy color: '#E45C01'

red 228 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #E45C01

Tints of Persimmon #E45C01

RGB

 RED value IS 228 (89.45% from 255) = 71.03%

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

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

R = 71.03%
G = 28.66%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E45C01 (or 0xE45C01) is known color: Persimmon. HEX triplet: E4, 5C and 01. RGB value is (228,92,1). Sum of RGB (Red+Green+Blue) = 228+92+1=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45C01 is #1BA3FE. Grayscale: #7A7A7A. Windows color (decimal): -1811455 or 89316. OLE color: 89316.

HSL color Cylindrical-coordinate representation of color #E45C01: hue angle of 24.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E45C01 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 92 1 -
CMYK 0 0.60 1.00 0.11
HSL 24.05º 0.99% 0.45% -
HSV(B) 24.05º 1% 0.89% -
XYZ 35.83 24.15 2.8 -
YUV 122.29 59.56 203.4 -
System Red Green Blue C M Y K H S L
Decimal 228 92 1 0 0.60 1.00 0.11 24.05 0.99 0.45
Hex E4 5C 1 0 3C 64 B 18 63 2D
Octal 344 134 1 0 74 144 13 30 143 55
Binary 11100100 1011100 1 0 111100 1100100 1011 11000 1100011 101101

Color Harmonies of #E45C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45C01

Black with #E45C01

Text Example


Text Example

White with #E45C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45C01; }

 p { color: rgb(228,92,1); }

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

background-color css

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

 a { background-color: rgb(228,92,1); }

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

border-color css

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

 span { border-color: rgb(228,92,1); }

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