Html Css Color HEX #E14801 Persimmon

📋 copy color: '#E14801'

red 225 ◦ green 72 ◦ blue 1

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

Shades of Persimmon #E14801

Tints of Persimmon #E14801

RGB

 RED value IS 225 (88.28% from 255) = 75.5%

 GREEN value IS 72 (28.52% from 255) = 24.16%

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

R = 75.5%
G = 24.16%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E14801 (or 0xE14801) is known color: Persimmon. HEX triplet: E1, 48 and 01. RGB value is (225,72,1). Sum of RGB (Red+Green+Blue) = 225+72+1=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E14801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14801 is #1EB7FE. Grayscale: #6E6E6E. Windows color (decimal): -2013183 or 84193. OLE color: 84193.

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

Color convert

RGB 225 72 1 -
CMYK 0 0.68 1.00 0.12
HSL 19.02º 0.99% 0.44% -
HSV(B) 19.02º 1% 0.88% -
XYZ 33.37 20.64 2.25 -
YUV 109.65 66.69 210.27 -
System Red Green Blue C M Y K H S L
Decimal 225 72 1 0 0.68 1.00 0.12 19.02 0.99 0.44
Hex E1 48 1 0 44 64 C 13 63 2C
Octal 341 110 1 0 104 144 14 23 143 54
Binary 11100001 1001000 1 0 1000100 1100100 1100 10011 1100011 101100

Color Harmonies of #E14801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14801

Black with #E14801

Text Example


Text Example

White with #E14801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14801; }

 p { color: rgb(225,72,1); }

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

background-color css

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

 a { background-color: rgb(225,72,1); }

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

border-color css

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

 span { border-color: rgb(225,72,1); }

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