Html Css Color HEX #E14504 Persimmon

📋 copy color: '#E14504'

red 225 ◦ green 69 ◦ blue 4

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

Shades of Persimmon #E14504

Tints of Persimmon #E14504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

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

R = 75.5%
G = 23.15%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14504 (or 0xE14504) is known color: Persimmon. HEX triplet: E1, 45 and 04. RGB value is (225,69,4). Sum of RGB (Red+Green+Blue) = 225+69+4=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 4 (1.95% from 255 or 1.34% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E14504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14504 is #1EBAFB. Grayscale: #6C6C6C. Windows color (decimal): -2013948 or 280033. OLE color: 280033.

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

Color convert

RGB 225 69 4 -
CMYK 0 0.69 0.98 0.12
HSL 17.65º 0.97% 0.45% -
HSV(B) 17.65º 0.98% 0.88% -
XYZ 33.2 20.27 2.28 -
YUV 108.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 225 69 4 0 0.69 0.98 0.12 17.65 0.97 0.45
Hex E1 45 4 0 45 62 C 12 61 2D
Octal 341 105 4 0 105 142 14 22 141 55
Binary 11100001 1000101 100 0 1000101 1100010 1100 10010 1100001 101101

Color Harmonies of #E14504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14504

Black with #E14504

Text Example


Text Example

White with #E14504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14504; }

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

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

background-color css

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

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

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

border-color css

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

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

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