Html Css Color HEX #EBF077 Dolly

📋 copy color: '#EBF077'

red 235 ◦ green 240 ◦ blue 119

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

Shades of Dolly #EBF077

Tints of Dolly #EBF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.03%

R = 39.56%
G = 40.4%
B = 20.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EBF077 (or 0xEBF077) is known color: Dolly. HEX triplet: EB, F0 and 77. RGB value is (235,240,119). Sum of RGB (Red+Green+Blue) = 235+240+119=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF077 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF077 is #140F88. Grayscale: #E1E1E1. Windows color (decimal): -1314697 or 7860459. OLE color: 7860459.

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

Color convert

RGB 235 240 119 -
CMYK 0.02 0 0.50 0.06
HSL 62.48º 0.8% 0.7% -
HSV(B) 62.48º 0.5% 0.94% -
XYZ 68.75 81.31 29.52 -
YUV 224.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 235 240 119 0.02 0 0.50 0.06 62.48 0.8 0.7
Hex EB F0 77 2 0 32 6 3E 50 46
Octal 353 360 167 2 0 62 6 76 120 106
Binary 11101011 11110000 1110111 10 0 110010 110 111110 1010000 1000110

Color Harmonies of #EBF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF077

Black with #EBF077

Text Example


Text Example

White with #EBF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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