Html Css Color HEX #E45101 Persimmon

📋 copy color: '#E45101'

red 228 ◦ green 81 ◦ blue 1

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

Shades of Persimmon #E45101

Tints of Persimmon #E45101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 73.55%
G = 26.13%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E45101 (or 0xE45101) is known color: Persimmon. HEX triplet: E4, 51 and 01. RGB value is (228,81,1). Sum of RGB (Red+Green+Blue) = 228+81+1=310 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.55% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 228 - color contains mainly: red. Hex color #E45101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45101 is #1BAEFE. Grayscale: #747474. Windows color (decimal): -1814271 or 86500. OLE color: 86500.

HSL color Cylindrical-coordinate representation of color #E45101: hue angle of 21.15º 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 #E45101 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 81 1 -
CMYK 0 0.64 1.00 0.11
HSL 21.15º 0.99% 0.45% -
HSV(B) 21.15º 1% 0.89% -
XYZ 34.94 22.38 2.51 -
YUV 115.83 63.2 208 -
System Red Green Blue C M Y K H S L
Decimal 228 81 1 0 0.64 1.00 0.11 21.15 0.99 0.45
Hex E4 51 1 0 40 64 B 15 63 2D
Octal 344 121 1 0 100 144 13 25 143 55
Binary 11100100 1010001 1 0 1000000 1100100 1011 10101 1100011 101101

Color Harmonies of #E45101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45101

Black with #E45101

Text Example


Text Example

White with #E45101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45101; }

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

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

background-color css

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

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

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

border-color css

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

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

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