Html Css Color HEX #E14607 Persimmon

📋 copy color: '#E14607'

red 225 ◦ green 70 ◦ blue 7

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

Shades of Persimmon #E14607

Tints of Persimmon #E14607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.32%

R = 74.5%
G = 23.18%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E14607 (or 0xE14607) is known color: Persimmon. HEX triplet: E1, 46 and 07. RGB value is (225,70,7). Sum of RGB (Red+Green+Blue) = 225+70+7=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E14607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14607 is #1EB9F8. Grayscale: #6D6D6D. Windows color (decimal): -2013689 or 476897. OLE color: 476897.

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

Color convert

RGB 225 70 7 -
CMYK 0 0.69 0.97 0.12
HSL 17.34º 0.94% 0.45% -
HSV(B) 17.34º 0.97% 0.88% -
XYZ 33.28 20.4 2.39 -
YUV 109.16 70.35 210.62 -
System Red Green Blue C M Y K H S L
Decimal 225 70 7 0 0.69 0.97 0.12 17.34 0.94 0.45
Hex E1 46 7 0 45 61 C 11 5E 2D
Octal 341 106 7 0 105 141 14 21 136 55
Binary 11100001 1000110 111 0 1000101 1100001 1100 10001 1011110 101101

Color Harmonies of #E14607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14607

Black with #E14607

Text Example


Text Example

White with #E14607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14607; }

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

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

background-color css

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

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

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

border-color css

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

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

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