Html Css Color HEX #E14006 Persimmon

📋 copy color: '#E14006'

red 225 ◦ green 64 ◦ blue 6

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

Shades of Persimmon #E14006

Tints of Persimmon #E14006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.69%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 76.27%
G = 21.69%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E14006 (or 0xE14006) is known color: Persimmon. HEX triplet: E1, 40 and 06. RGB value is (225,64,6). Sum of RGB (Red+Green+Blue) = 225+64+6=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E14006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14006 is #1EBFF9. Grayscale: #696969. Windows color (decimal): -2015226 or 409825. OLE color: 409825.

HSL color Cylindrical-coordinate representation of color #E14006: hue angle of 15.89º degrees, saturation: 0.95, 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 #E14006 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 6 -
CMYK 0 0.72 0.97 0.12
HSL 15.89º 0.95% 0.45% -
HSV(B) 15.89º 0.97% 0.88% -
XYZ 32.92 19.69 2.24 -
YUV 105.53 71.84 213.22 -
System Red Green Blue C M Y K H S L
Decimal 225 64 6 0 0.72 0.97 0.12 15.89 0.95 0.45
Hex E1 40 6 0 48 61 C 10 5F 2D
Octal 341 100 6 0 110 141 14 20 137 55
Binary 11100001 1000000 110 0 1001000 1100001 1100 10000 1011111 101101

Color Harmonies of #E14006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14006

Black with #E14006

Text Example


Text Example

White with #E14006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14006; }

 p { color: rgb(225,64,6); }

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

background-color css

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

 a { background-color: rgb(225,64,6); }

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

border-color css

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

 span { border-color: rgb(225,64,6); }

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