#EB5A07

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

Shades of Persimmon #EB5A07

Tints of Persimmon #EB5A07

Color information

#EB5A07 (or 0xEB5A07) is unknown color: approx Persimmon. HEX triplet: EB, 5A and 07. RGB value is (235,90,7). Sum of RGB (Red+Green+Blue) = 235+90+7=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A07 is #14A5F8. Grayscale: #7C7C7C. Windows color (decimal): -1353209 or 482027. OLE color: 482027.

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

Color convert

RGB235907-
CMYK00.620.970.08
HSL21.84º94.21%47.45%-
HSV(B)21.84º97.02%92.16%-
XYZ37.9624.993.02-
YUV123.8962.04207.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.78%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 7 (3.12% from 255) = 2.11%
R=70.78%
G=27.11%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23590700.620.970.0821.8494.2147.45
HexEB5A703E618165e2f
Octal3531327076141102613657
Binary111010111011010111011111011000011000101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A07; }

 p { color: rgb(235,90,7); }

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

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

 a { background-color: rgb(235,90,7); }

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

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

 span { border-color: rgb(235,90,7); }

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