#EBED75

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

Shades of Dolly #EBED75

Tints of Dolly #EBED75

Color information

#EBED75 (or 0xEBED75) is unknown color: approx Dolly. HEX triplet: EB, ED and 75. RGB value is (235,237,117). Sum of RGB (Red+Green+Blue) = 235+237+117=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED75 is #14128A. Grayscale: #DFDFDF. Windows color (decimal): -1315467 or 7728619. OLE color: 7728619.

HSL color Cylindrical-coordinate representation of color #EBED75: hue angle of 61º 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 #EBED75 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB235237117-
CMYK0.0100.510.07
HSL61º76.92%69.41%-
HSV(B)61º50.63%92.94%-
XYZ67.7679.5128.61-
YUV222.7268.34136.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 117 (46.09% from 255) = 19.86%
R=39.90%
G=40.24%
B=19.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371170.0100.510.076176.9269.41
HexEBED75103373d4d45
Octal3533551651063775115105
Binary111010111110110111101011011001111111110110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED75; }

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

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

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

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

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

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

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

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