#EBF874

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

Shades of Dolly #EBF874

Tints of Dolly #EBF874

Color information

#EBF874 (or 0xEBF874) is unknown color: approx Dolly. HEX triplet: EB, F8 and 74. RGB value is (235,248,116). Sum of RGB (Red+Green+Blue) = 235+248+116=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF874 is #14078B. Grayscale: #E5E5E5. Windows color (decimal): -1312652 or 7665899. OLE color: 7665899.

HSL color Cylindrical-coordinate representation of color #EBF874: hue angle of 65.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBF874 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB235248116-
CMYK0.0500.530.03
HSL65.91º90.41%71.37%-
HSV(B)65.91º53.23%97.25%-
XYZ70.9886.0629.39-
YUV229.0664.19132.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 116 (45.70% from 255) = 19.37%
R=39.23%
G=41.40%
B=19.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352481160.0500.530.0365.9190.4171.37
HexEBF87450353425a47
Octal35337016450653102132107
Binary11101011111110001110100101011010111100001010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF874; }

 p { color: rgb(235,248,116); }

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

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

 a { background-color: rgb(235,248,116); }

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

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

 span { border-color: rgb(235,248,116); }

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