Html Css Color HEX #EFEF76 Dolly

📋 copy color: '#EFEF76'

red 239 ◦ green 239 ◦ blue 118

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

Shades of Dolly #EFEF76

Tints of Dolly #EFEF76

RGB

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

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

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

R = 40.1%
G = 40.1%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFEF76 (or 0xEFEF76) is known color: Dolly. HEX triplet: EF, EF and 76. RGB value is (239,239,118). Sum of RGB (Red+Green+Blue) = 239+239+118=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF76 is #101089. Grayscale: #E1E1E1. Windows color (decimal): -1052810 or 7794671. OLE color: 7794671.

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

Color convert

RGB 239 239 118 -
CMYK 0 0 0.51 0.06
HSL 60º 0.79% 0.7% -
HSV(B) 60º 0.51% 0.94% -
XYZ 69.73 81.39 29.17 -
YUV 225.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 239 239 118 0 0 0.51 0.06 60 0.79 0.7
Hex EF EF 76 0 0 33 6 3C 4F 46
Octal 357 357 166 0 0 63 6 74 117 106
Binary 11101111 11101111 1110110 0 0 110011 110 111100 1001111 1000110

Color Harmonies of #EFEF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF76

Black with #EFEF76

Text Example


Text Example

White with #EFEF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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