Html Css Color HEX #EBF775 Dolly

📋 copy color: '#EBF775'

red 235 ◦ green 247 ◦ blue 117

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

Shades of Dolly #EBF775

Tints of Dolly #EBF775

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.24%

 BLUE value IS 117 (46.09% from 255) = 19.53%

R = 39.23%
G = 41.24%
B = 19.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#EBF775 (or 0xEBF775) is known color: Dolly. HEX triplet: EB, F7 and 75. RGB value is (235,247,117). Sum of RGB (Red+Green+Blue) = 235+247+117=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 117 (46.09% from 255 or 19.53% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF775 is #14088A. Grayscale: #E5E5E5. Windows color (decimal): -1312907 or 7731179. OLE color: 7731179.

HSL color Cylindrical-coordinate representation of color #EBF775: hue angle of 65.54º degrees, saturation: 0.89, 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 #EBF775 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 247 117 -
CMYK 0.05 0 0.53 0.03
HSL 65.54º 0.89% 0.71% -
HSV(B) 65.54º 0.53% 0.97% -
XYZ 70.73 85.47 29.6 -
YUV 228.59 65.02 132.57 -
System Red Green Blue C M Y K H S L
Decimal 235 247 117 0.05 0 0.53 0.03 65.54 0.89 0.71
Hex EB F7 75 5 0 35 3 42 59 47
Octal 353 367 165 5 0 65 3 102 131 107
Binary 11101011 11110111 1110101 101 0 110101 11 1000010 1011001 1000111

Color Harmonies of #EBF775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF775

Black with #EBF775

Text Example


Text Example

White with #EBF775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF775; }

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

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

background-color css

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

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

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

border-color css

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

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

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