Html Css Color HEX #E14F04 Persimmon

📋 copy color: '#E14F04'

red 225 ◦ green 79 ◦ blue 4

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

Shades of Persimmon #E14F04

Tints of Persimmon #E14F04

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

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

R = 73.05%
G = 25.65%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14F04 (or 0xE14F04) is known color: Persimmon. HEX triplet: E1, 4F and 04. RGB value is (225,79,4). Sum of RGB (Red+Green+Blue) = 225+79+4=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F04 is #1EB0FB. Grayscale: #727272. Windows color (decimal): -2011388 or 282593. OLE color: 282593.

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

Color convert

RGB 225 79 4 -
CMYK 0 0.65 0.98 0.12
HSL 20.36º 0.97% 0.45% -
HSV(B) 20.36º 0.98% 0.88% -
XYZ 33.87 21.61 2.5 -
YUV 114.1 65.87 207.1 -
System Red Green Blue C M Y K H S L
Decimal 225 79 4 0 0.65 0.98 0.12 20.36 0.97 0.45
Hex E1 4F 4 0 41 62 C 14 61 2D
Octal 341 117 4 0 101 142 14 24 141 55
Binary 11100001 1001111 100 0 1000001 1100010 1100 10100 1100001 101101

Color Harmonies of #E14F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F04

Black with #E14F04

Text Example


Text Example

White with #E14F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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