Html Css Color HEX #E14C01 Persimmon

📋 copy color: '#E14C01'

red 225 ◦ green 76 ◦ blue 1

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

Shades of Persimmon #E14C01

Tints of Persimmon #E14C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 74.5%
G = 25.17%
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

#E14C01 (or 0xE14C01) is known color: Persimmon. HEX triplet: E1, 4C and 01. RGB value is (225,76,1). Sum of RGB (Red+Green+Blue) = 225+76+1=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C01 is #1EB3FE. Grayscale: #707070. Windows color (decimal): -2012159 or 85217. OLE color: 85217.

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

Color convert

RGB 225 76 1 -
CMYK 0 0.66 1.00 0.12
HSL 20.09º 0.99% 0.44% -
HSV(B) 20.09º 1% 0.88% -
XYZ 33.64 21.18 2.34 -
YUV 112 65.36 208.6 -
System Red Green Blue C M Y K H S L
Decimal 225 76 1 0 0.66 1.00 0.12 20.09 0.99 0.44
Hex E1 4C 1 0 42 64 C 14 63 2C
Octal 341 114 1 0 102 144 14 24 143 54
Binary 11100001 1001100 1 0 1000010 1100100 1100 10100 1100011 101100

Color Harmonies of #E14C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C01

Black with #E14C01

Text Example


Text Example

White with #E14C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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