#EDEC75

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

Shades of Dolly #EDEC75

Tints of Dolly #EDEC75

Color information

#EDEC75 (or 0xEDEC75) is unknown color: approx Dolly. HEX triplet: ED, EC and 75. RGB value is (237,236,117). Sum of RGB (Red+Green+Blue) = 237+236+117=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC75 is #12138A. Grayscale: #DFDFDF. Windows color (decimal): -1184651 or 7728365. OLE color: 7728365.

HSL color Cylindrical-coordinate representation of color #EDEC75: hue angle of 59.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDEC75 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237236117-
CMYK00.000.510.07
HSL59.5º76.92%69.41%-
HSV(B)59.5º50.63%92.94%-
XYZ68.1379.2828.54-
YUV222.7368.33138.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.17%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=40.17%
G=40%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723611700.000.510.0759.576.9269.41
HexEDEC75003373c4d45
Octal3553541650063774115105
Binary111011011110110011101010011001111111110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC75; }

 p { color: rgb(237,236,117); }

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

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

 a { background-color: rgb(237,236,117); }

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

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

 span { border-color: rgb(237,236,117); }

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