Html Css Color HEX #E14A09 Persimmon

📋 copy color: '#E14A09'

red 225 ◦ green 74 ◦ blue 9

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

Shades of Persimmon #E14A09

Tints of Persimmon #E14A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 73.05%
G = 24.03%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E14A09 (or 0xE14A09) is known color: Persimmon. HEX triplet: E1, 4A and 09. RGB value is (225,74,9). Sum of RGB (Red+Green+Blue) = 225+74+9=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14A09 is #1EB5F6. Grayscale: #707070. Windows color (decimal): -2012663 or 608993. OLE color: 608993.

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

Color convert

RGB 225 74 9 -
CMYK 0 0.67 0.96 0.12
HSL 18.06º 0.92% 0.46% -
HSV(B) 18.06º 0.96% 0.88% -
XYZ 33.55 20.92 2.53 -
YUV 111.74 70.03 208.79 -
System Red Green Blue C M Y K H S L
Decimal 225 74 9 0 0.67 0.96 0.12 18.06 0.92 0.46
Hex E1 4A 9 0 43 60 C 12 5C 2E
Octal 341 112 11 0 103 140 14 22 134 56
Binary 11100001 1001010 1001 0 1000011 1100000 1100 10010 1011100 101110

Color Harmonies of #E14A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A09

Black with #E14A09

Text Example


Text Example

White with #E14A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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