Html Css Color HEX #EBF076 Dolly

📋 copy color: '#EBF076'

red 235 ◦ green 240 ◦ blue 118

#EBF076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolly #EBF076

Tints of Dolly #EBF076

RGB

 RED value IS 235 (92.19% from 255) = 39.63%

 GREEN value IS 240 (94.14% from 255) = 40.47%

 BLUE value IS 118 (46.48% from 255) = 19.9%

R = 39.63%
G = 40.47%
B = 19.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EBF076 (or 0xEBF076) is known color: Dolly. HEX triplet: EB, F0 and 76. RGB value is (235,240,118). Sum of RGB (Red+Green+Blue) = 235+240+118=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF076 is #140F89. Grayscale: #E1E1E1. Windows color (decimal): -1314698 or 7794923. OLE color: 7794923.

HSL color Cylindrical-coordinate representation of color #EBF076: hue angle of 62.46º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EBF076 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 240 118 -
CMYK 0.02 0 0.51 0.06
HSL 62.46º 0.8% 0.7% -
HSV(B) 62.46º 0.51% 0.94% -
XYZ 68.69 81.29 29.21 -
YUV 224.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 235 240 118 0.02 0 0.51 0.06 62.46 0.8 0.7
Hex EB F0 76 2 0 33 6 3E 50 46
Octal 353 360 166 2 0 63 6 76 120 106
Binary 11101011 11110000 1110110 10 0 110011 110 111110 1010000 1000110

Color Harmonies of #EBF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF076

Black with #EBF076

Text Example


Text Example

White with #EBF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF076; }

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

 H1.HeaderClassName
 {
   color: #EBF076;
 }
 .AnyTagClassName
 {
   color: #EBF076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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