Html Css Color HEX #EFED76 Dolly

📋 copy color: '#EFED76'

red 239 ◦ green 237 ◦ blue 118

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

Shades of Dolly #EFED76

Tints of Dolly #EFED76

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #EFED76: hue angle of 59.01º 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 #EFED76 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 118 -
CMYK 0 0.01 0.51 0.06
HSL 59.01º 0.79% 0.7% -
HSV(B) 59.01º 0.51% 0.94% -
XYZ 69.15 80.23 28.98 -
YUV 224.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 239 237 118 0 0.01 0.51 0.06 59.01 0.79 0.7
Hex EF ED 76 0 1 33 6 3B 4F 46
Octal 357 355 166 0 1 63 6 73 117 106
Binary 11101111 11101101 1110110 0 1 110011 110 111011 1001111 1000110

Color Harmonies of #EFED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED76

Black with #EFED76

Text Example


Text Example

White with #EFED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED76; }

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

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

background-color css

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

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

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

border-color css

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

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

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