Html Css Color HEX #EBF575 Dolly

📋 copy color: '#EBF575'

red 235 ◦ green 245 ◦ blue 117

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

Shades of Dolly #EBF575

Tints of Dolly #EBF575

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.04%

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

R = 39.36%
G = 41.04%
B = 19.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#EBF575 (or 0xEBF575) is known color: Dolly. HEX triplet: EB, F5 and 75. RGB value is (235,245,117). Sum of RGB (Red+Green+Blue) = 235+245+117=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 245 (96.09% from 255 or 41.04% from 597); Blue value is 117 (46.09% from 255 or 19.60% from 597); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF575 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF575 is #140A8A. Grayscale: #E3E3E3. Windows color (decimal): -1313419 or 7730667. OLE color: 7730667.

HSL color Cylindrical-coordinate representation of color #EBF575: hue angle of 64.69º degrees, saturation: 0.86, 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 #EBF575 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 245 117 -
CMYK 0.04 0 0.52 0.04
HSL 64.69º 0.86% 0.71% -
HSV(B) 64.69º 0.52% 0.96% -
XYZ 70.12 84.25 29.4 -
YUV 227.42 65.69 133.41 -
System Red Green Blue C M Y K H S L
Decimal 235 245 117 0.04 0 0.52 0.04 64.69 0.86 0.71
Hex EB F5 75 4 0 34 4 41 56 47
Octal 353 365 165 4 0 64 4 101 126 107
Binary 11101011 11110101 1110101 100 0 110100 100 1000001 1010110 1000111

Color Harmonies of #EBF575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF575

Black with #EBF575

Text Example


Text Example

White with #EBF575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF575; }

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

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

background-color css

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

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

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

border-color css

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

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

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