Html Css Color HEX #EDEF76 Dolly

📋 copy color: '#EDEF76'

red 237 ◦ green 239 ◦ blue 118

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

Shades of Dolly #EDEF76

Tints of Dolly #EDEF76

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.24%

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

R = 39.9%
G = 40.24%
B = 19.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EDEF76 (or 0xEDEF76) is known color: Dolly. HEX triplet: ED, EF and 76. RGB value is (237,239,118). Sum of RGB (Red+Green+Blue) = 237+239+118=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF76 is #121089. Grayscale: #E1E1E1. Windows color (decimal): -1183882 or 7794669. OLE color: 7794669.

HSL color Cylindrical-coordinate representation of color #EDEF76: hue angle of 60.99º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDEF76 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 118 -
CMYK 0.01 0 0.51 0.06
HSL 60.99º 0.79% 0.7% -
HSV(B) 60.99º 0.51% 0.94% -
XYZ 69.06 81.05 29.14 -
YUV 224.61 67.84 136.84 -
System Red Green Blue C M Y K H S L
Decimal 237 239 118 0.01 0 0.51 0.06 60.99 0.79 0.7
Hex ED EF 76 1 0 33 6 3D 4F 46
Octal 355 357 166 1 0 63 6 75 117 106
Binary 11101101 11101111 1110110 1 0 110011 110 111101 1001111 1000110

Color Harmonies of #EDEF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF76

Black with #EDEF76

Text Example


Text Example

White with #EDEF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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