Html Css Color HEX #E14C09 Persimmon

📋 copy color: '#E14C09'

red 225 ◦ green 76 ◦ blue 9

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

Shades of Persimmon #E14C09

Tints of Persimmon #E14C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 72.58%
G = 24.52%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E14C09 (or 0xE14C09) is known color: Persimmon. HEX triplet: E1, 4C and 09. RGB value is (225,76,9). Sum of RGB (Red+Green+Blue) = 225+76+9=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C09 is #1EB3F6. Grayscale: #717171. Windows color (decimal): -2012151 or 609505. OLE color: 609505.

HSL color Cylindrical-coordinate representation of color #E14C09: hue angle of 18.61º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E14C09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 9 -
CMYK 0 0.66 0.96 0.12
HSL 18.61º 0.92% 0.46% -
HSV(B) 18.61º 0.96% 0.88% -
XYZ 33.69 21.2 2.57 -
YUV 112.91 69.36 207.95 -
System Red Green Blue C M Y K H S L
Decimal 225 76 9 0 0.66 0.96 0.12 18.61 0.92 0.46
Hex E1 4C 9 0 42 60 C 13 5C 2E
Octal 341 114 11 0 102 140 14 23 134 56
Binary 11100001 1001100 1001 0 1000010 1100000 1100 10011 1011100 101110

Color Harmonies of #E14C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C09

Black with #E14C09

Text Example


Text Example

White with #E14C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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