#ED540B

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

Shades of Persimmon #ED540B

Tints of Persimmon #ED540B

Color information

#ED540B (or 0xED540B) is unknown color: approx Persimmon. HEX triplet: ED, 54 and 0B. RGB value is (237,84,11). Sum of RGB (Red+Green+Blue) = 237+84+11=332 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.39% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 237 - color contains mainly: red. Hex color #ED540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED540B is #12ABF4. Grayscale: #797979. Windows color (decimal): -1223669 or 742637. OLE color: 742637.

HSL color Cylindrical-coordinate representation of color #ED540B: hue angle of 19.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED540B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB2378411-
CMYK00.650.950.07
HSL19.38º91.13%48.63%-
HSV(B)19.38º95.36%92.94%-
XYZ38.1624.373.01-
YUV121.4265.69210.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 71.39%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 11 (4.69% from 255) = 3.31%
R=71.39%
G=25.30%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237841100.650.950.0719.3891.1348.63
HexED54B0415F7135b31
Octal35512413010113772313361
Binary1110110110101001011010000011011111111100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED540B; }

 p { color: rgb(237,84,11); }

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

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

 a { background-color: rgb(237,84,11); }

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

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

 span { border-color: rgb(237,84,11); }

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