Html Css Color HEX #E14612 Persimmon

📋 copy color: '#E14612'

red 225 ◦ green 70 ◦ blue 18

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

Shades of Persimmon #E14612

Tints of Persimmon #E14612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 71.88%
G = 22.36%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14612 (or 0xE14612) is known color: Persimmon. HEX triplet: E1, 46 and 12. RGB value is (225,70,18). Sum of RGB (Red+Green+Blue) = 225+70+18=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E14612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14612 is #1EB9ED. Grayscale: #6E6E6E. Windows color (decimal): -2013678 or 1197793. OLE color: 1197793.

HSL color Cylindrical-coordinate representation of color #E14612: hue angle of 15.07º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14612 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 70 18 -
CMYK 0 0.69 0.92 0.12
HSL 15.07º 0.85% 0.48% -
HSV(B) 15.07º 0.92% 0.88% -
XYZ 33.35 20.43 2.76 -
YUV 110.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 225 70 18 0 0.69 0.92 0.12 15.07 0.85 0.48
Hex E1 46 12 0 45 5C C F 55 30
Octal 341 106 22 0 105 134 14 17 125 60
Binary 11100001 1000110 10010 0 1000101 1011100 1100 1111 1010101 110000

Color Harmonies of #E14612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14612

Black with #E14612

Text Example


Text Example

White with #E14612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14612; }

 p { color: rgb(225,70,18); }

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

background-color css

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

 a { background-color: rgb(225,70,18); }

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

border-color css

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

 span { border-color: rgb(225,70,18); }

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