Html Css Color HEX #EBF175 Dolly

📋 copy color: '#EBF175'

red 235 ◦ green 241 ◦ blue 117

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

Shades of Dolly #EBF175

Tints of Dolly #EBF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.64%

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

R = 39.63%
G = 40.64%
B = 19.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#EBF175 (or 0xEBF175) is known color: Dolly. HEX triplet: EB, F1 and 75. RGB value is (235,241,117). Sum of RGB (Red+Green+Blue) = 235+241+117=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF175 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF175 is #140E8A. Grayscale: #E1E1E1. Windows color (decimal): -1314443 or 7729643. OLE color: 7729643.

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

Color convert

RGB 235 241 117 -
CMYK 0.02 0 0.51 0.05
HSL 62.9º 0.82% 0.7% -
HSV(B) 62.9º 0.51% 0.95% -
XYZ 68.93 81.86 29 -
YUV 225.07 67.01 135.08 -
System Red Green Blue C M Y K H S L
Decimal 235 241 117 0.02 0 0.51 0.05 62.9 0.82 0.7
Hex EB F1 75 2 0 33 5 3F 52 46
Octal 353 361 165 2 0 63 5 77 122 106
Binary 11101011 11110001 1110101 10 0 110011 101 111111 1010010 1000110

Color Harmonies of #EBF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF175

Black with #EBF175

Text Example


Text Example

White with #EBF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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