#EA4601

Color #EA4601 Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EA4601

Tints of Persimmon #EA4601

Color information

#EA4601 (or 0xEA4601) is unknown color: approx Persimmon. HEX triplet: EA, 46 and 01. RGB value is (234,70,1). Sum of RGB (Red+Green+Blue) = 234+70+1=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4601 is #15B9FE. Grayscale: #6F6F6F. Windows color (decimal): -1423871 or 83690. OLE color: 83690.

HSL color Cylindrical-coordinate representation of color #EA4601: hue angle of 17.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA4601 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234701-
CMYK00.701.000.08
HSL17.77º99.15%46.08%-
HSV(B)17.77º99.57%91.76%-
XYZ36.1321.872.35-
YUV111.1765.83215.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 76.72%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=76.72%
G=22.95%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23470100.701.000.0817.7799.1546.08
HexEA46104664812632e
Octal35210610106144102214356
Binary11101010100011010100011011001001000100101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4601; }

 p { color: rgb(234,70,1); }

 H1.HeaderClassName
 {
   color: #EA4601;
 }
 .AnyTagClassName
 {
   color: #EA4601;
 }
</style>
background-color css

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

 a { background-color: rgb(234,70,1); }

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

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

 span { border-color: rgb(234,70,1); }

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