Html Css Color HEX #E14804 Persimmon

📋 copy color: '#E14804'

red 225 ◦ green 72 ◦ blue 4

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

Shades of Persimmon #E14804

Tints of Persimmon #E14804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 74.75%
G = 23.92%
B = 1.33%

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

#E14804 (or 0xE14804) is known color: Persimmon. HEX triplet: E1, 48 and 04. RGB value is (225,72,4). Sum of RGB (Red+Green+Blue) = 225+72+4=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E14804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14804 is #1EB7FB. Grayscale: #6E6E6E. Windows color (decimal): -2013180 or 280801. OLE color: 280801.

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

Color convert

RGB 225 72 4 -
CMYK 0 0.68 0.98 0.12
HSL 18.46º 0.97% 0.45% -
HSV(B) 18.46º 0.98% 0.88% -
XYZ 33.39 20.65 2.34 -
YUV 110 68.19 210.03 -
System Red Green Blue C M Y K H S L
Decimal 225 72 4 0 0.68 0.98 0.12 18.46 0.97 0.45
Hex E1 48 4 0 44 62 C 12 61 2D
Octal 341 110 4 0 104 142 14 22 141 55
Binary 11100001 1001000 100 0 1000100 1100010 1100 10010 1100001 101101

Color Harmonies of #E14804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14804

Black with #E14804

Text Example


Text Example

White with #E14804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14804; }

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

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

background-color css

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

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

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

border-color css

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

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

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