Html Css Color HEX #E54101 Persimmon

📋 copy color: '#E54101'

red 229 ◦ green 65 ◦ blue 1

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

Shades of Persimmon #E54101

Tints of Persimmon #E54101

RGB

 RED value IS 229 (89.84% from 255) = 77.63%

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 77.63%
G = 22.03%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E54101 (or 0xE54101) is known color: Persimmon. HEX triplet: E5, 41 and 01. RGB value is (229,65,1). Sum of RGB (Red+Green+Blue) = 229+65+1=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E54101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54101 is #1ABEFE. Grayscale: #6B6B6B. Windows color (decimal): -1752831 or 82405. OLE color: 82405.

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

Color convert

RGB 229 65 1 -
CMYK 0 0.72 1.00 0.10
HSL 16.84º 0.99% 0.45% -
HSV(B) 16.84º 1% 0.9% -
XYZ 34.21 20.44 2.17 -
YUV 106.74 68.33 215.2 -
System Red Green Blue C M Y K H S L
Decimal 229 65 1 0 0.72 1.00 0.10 16.84 0.99 0.45
Hex E5 41 1 0 48 64 A 11 63 2D
Octal 345 101 1 0 110 144 12 21 143 55
Binary 11100101 1000001 1 0 1001000 1100100 1010 10001 1100011 101101

Color Harmonies of #E54101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54101

Black with #E54101

Text Example


Text Example

White with #E54101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54101; }

 p { color: rgb(229,65,1); }

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

background-color css

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

 a { background-color: rgb(229,65,1); }

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

border-color css

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

 span { border-color: rgb(229,65,1); }

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