#EBF476

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

Shades of Dolly #EBF476

Tints of Dolly #EBF476

Color information

#EBF476 (or 0xEBF476) is unknown color: approx Dolly. HEX triplet: EB, F4 and 76. RGB value is (235,244,118). Sum of RGB (Red+Green+Blue) = 235+244+118=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 118 (46.48% from 255 or 19.77% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF476 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF476 is #140B89. Grayscale: #E3E3E3. Windows color (decimal): -1313674 or 7795947. OLE color: 7795947.

HSL color Cylindrical-coordinate representation of color #EBF476: hue angle of 64.29º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBF476 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB235244118-
CMYK0.0400.520.04
HSL64.29º85.14%70.98%-
HSV(B)64.29º51.64%95.69%-
XYZ69.8883.6729.61-
YUV226.9466.52133.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 244 (95.70% from 255) = 40.87%
BLUE value IS 118 (46.48% from 255) = 19.77%
R=39.36%
G=40.87%
B=19.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352441180.0400.520.0464.2985.1470.98
HexEBF47640344405547
Octal35336416640644100125107
Binary111010111111010011101101000110100100100000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF476; }

 p { color: rgb(235,244,118); }

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

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

 a { background-color: rgb(235,244,118); }

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

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

 span { border-color: rgb(235,244,118); }

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