Html Css Color HEX #E14904 Persimmon

📋 copy color: '#E14904'

red 225 ◦ green 73 ◦ blue 4

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

Shades of Persimmon #E14904

Tints of Persimmon #E14904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 74.5%
G = 24.17%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14904 (or 0xE14904) is known color: Persimmon. HEX triplet: E1, 49 and 04. RGB value is (225,73,4). Sum of RGB (Red+Green+Blue) = 225+73+4=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E14904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14904 is #1EB6FB. Grayscale: #6F6F6F. Windows color (decimal): -2012924 or 281057. OLE color: 281057.

HSL color Cylindrical-coordinate representation of color #E14904: hue angle of 18.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E14904 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 4 -
CMYK 0 0.68 0.98 0.12
HSL 18.73º 0.97% 0.45% -
HSV(B) 18.73º 0.98% 0.88% -
XYZ 33.46 20.78 2.36 -
YUV 110.58 67.86 209.61 -
System Red Green Blue C M Y K H S L
Decimal 225 73 4 0 0.68 0.98 0.12 18.73 0.97 0.45
Hex E1 49 4 0 44 62 C 13 61 2D
Octal 341 111 4 0 104 142 14 23 141 55
Binary 11100001 1001001 100 0 1000100 1100010 1100 10011 1100001 101101

Color Harmonies of #E14904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14904

Black with #E14904

Text Example


Text Example

White with #E14904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14904; }

 p { color: rgb(225,73,4); }

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

background-color css

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

 a { background-color: rgb(225,73,4); }

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

border-color css

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

 span { border-color: rgb(225,73,4); }

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