Html Css Color HEX #E14609 Persimmon

📋 copy color: '#E14609'

red 225 ◦ green 70 ◦ blue 9

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

Shades of Persimmon #E14609

Tints of Persimmon #E14609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.03%

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

R = 74.01%
G = 23.03%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E14609 (or 0xE14609) is known color: Persimmon. HEX triplet: E1, 46 and 09. RGB value is (225,70,9). Sum of RGB (Red+Green+Blue) = 225+70+9=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E14609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14609 is #1EB9F6. Grayscale: #6D6D6D. Windows color (decimal): -2013687 or 607969. OLE color: 607969.

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

Color convert

RGB 225 70 9 -
CMYK 0 0.69 0.96 0.12
HSL 16.94º 0.92% 0.46% -
HSV(B) 16.94º 0.96% 0.88% -
XYZ 33.29 20.41 2.44 -
YUV 109.39 71.35 210.46 -
System Red Green Blue C M Y K H S L
Decimal 225 70 9 0 0.69 0.96 0.12 16.94 0.92 0.46
Hex E1 46 9 0 45 60 C 11 5C 2E
Octal 341 106 11 0 105 140 14 21 134 56
Binary 11100001 1000110 1001 0 1000101 1100000 1100 10001 1011100 101110

Color Harmonies of #E14609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14609

Black with #E14609

Text Example


Text Example

White with #E14609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14609; }

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

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

background-color css

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

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

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

border-color css

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

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

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