Html Css Color HEX #EDED76 Dolly

📋 copy color: '#EDED76'

red 237 ◦ green 237 ◦ blue 118

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

Shades of Dolly #EDED76

Tints of Dolly #EDED76

RGB

 RED value IS 237 (92.97% from 255) = 40.03%

 GREEN value IS 237 (92.97% from 255) = 40.03%

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

R = 40.03%
G = 40.03%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDED76 (or 0xEDED76) is known color: Dolly. HEX triplet: ED, ED and 76. RGB value is (237,237,118). Sum of RGB (Red+Green+Blue) = 237+237+118=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED76 is #121289. Grayscale: #DFDFDF. Windows color (decimal): -1184394 or 7794157. OLE color: 7794157.

HSL color Cylindrical-coordinate representation of color #EDED76: hue angle of 60º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDED76 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 118 -
CMYK 0 0 0.50 0.07
HSL 60º 0.77% 0.7% -
HSV(B) 60º 0.5% 0.93% -
XYZ 68.48 79.88 28.95 -
YUV 223.43 68.5 137.68 -
System Red Green Blue C M Y K H S L
Decimal 237 237 118 0 0 0.50 0.07 60 0.77 0.7
Hex ED ED 76 0 0 32 7 3C 4D 46
Octal 355 355 166 0 0 62 7 74 115 106
Binary 11101101 11101101 1110110 0 0 110010 111 111100 1001101 1000110

Color Harmonies of #EDED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED76

Black with #EDED76

Text Example


Text Example

White with #EDED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED76; }

 p { color: rgb(237,237,118); }

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

background-color css

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

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

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

border-color css

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

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

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