#EB660D

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

Shades of Persimmon #EB660D

Tints of Persimmon #EB660D

Color information

#EB660D (or 0xEB660D) is unknown color: approx Persimmon. HEX triplet: EB, 66 and 0D. RGB value is (235,102,13). Sum of RGB (Red+Green+Blue) = 235+102+13=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB660D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB660D is #1499F2. Grayscale: #848484. Windows color (decimal): -1350131 or 878315. OLE color: 878315.

HSL color Cylindrical-coordinate representation of color #EB660D: hue angle of 24.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB660D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB23510213-
CMYK00.570.940.08
HSL24.05º89.52%48.63%-
HSV(B)24.05º94.47%92.16%-
XYZ39.0827.193.57-
YUV131.6261.06201.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 67.14%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 13 (5.47% from 255) = 3.71%
R=67.14%
G=29.14%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351021300.570.940.0824.0589.5248.63
HexEB66D0395E8185a31
Octal35314615071136103013261
Binary1110101111001101101011100110111101000110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB660D; }

 p { color: rgb(235,102,13); }

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

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

 a { background-color: rgb(235,102,13); }

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

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

 span { border-color: rgb(235,102,13); }

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