Html Css Color HEX #E14F10 Persimmon

📋 copy color: '#E14F10'

red 225 ◦ green 79 ◦ blue 16

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

Shades of Persimmon #E14F10

Tints of Persimmon #E14F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5%

R = 70.31%
G = 24.69%
B = 5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E14F10 (or 0xE14F10) is known color: Persimmon. HEX triplet: E1, 4F and 10. RGB value is (225,79,16). Sum of RGB (Red+Green+Blue) = 225+79+16=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F10 is #1EB0EF. Grayscale: #737373. Windows color (decimal): -2011376 or 1069025. OLE color: 1069025.

HSL color Cylindrical-coordinate representation of color #E14F10: hue angle of 18.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E14F10 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 16 -
CMYK 0 0.65 0.93 0.12
HSL 18.09º 0.87% 0.47% -
HSV(B) 18.09º 0.93% 0.88% -
XYZ 33.94 21.64 2.88 -
YUV 115.47 71.87 206.12 -
System Red Green Blue C M Y K H S L
Decimal 225 79 16 0 0.65 0.93 0.12 18.09 0.87 0.47
Hex E1 4F 10 0 41 5D C 12 57 2F
Octal 341 117 20 0 101 135 14 22 127 57
Binary 11100001 1001111 10000 0 1000001 1011101 1100 10010 1010111 101111

Color Harmonies of #E14F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F10

Black with #E14F10

Text Example


Text Example

White with #E14F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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