Html Css Color HEX #E14D01 Persimmon

📋 copy color: '#E14D01'

red 225 ◦ green 77 ◦ blue 1

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

Shades of Persimmon #E14D01

Tints of Persimmon #E14D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 74.26%
G = 25.41%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E14D01 (or 0xE14D01) is known color: Persimmon. HEX triplet: E1, 4D and 01. RGB value is (225,77,1). Sum of RGB (Red+Green+Blue) = 225+77+1=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D01 is #1EB2FE. Grayscale: #717171. Windows color (decimal): -2011903 or 85473. OLE color: 85473.

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

Color convert

RGB 225 77 1 -
CMYK 0 0.66 1.00 0.12
HSL 20.36º 0.99% 0.44% -
HSV(B) 20.36º 1% 0.88% -
XYZ 33.71 21.32 2.37 -
YUV 112.59 65.03 208.18 -
System Red Green Blue C M Y K H S L
Decimal 225 77 1 0 0.66 1.00 0.12 20.36 0.99 0.44
Hex E1 4D 1 0 42 64 C 14 63 2C
Octal 341 115 1 0 102 144 14 24 143 54
Binary 11100001 1001101 1 0 1000010 1100100 1100 10100 1100011 101100

Color Harmonies of #E14D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D01

Black with #E14D01

Text Example


Text Example

White with #E14D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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