Html Css Color HEX #EFEF71 Dolly

📋 copy color: '#EFEF71'

red 239 ◦ green 239 ◦ blue 113

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

Shades of Dolly #EFEF71

Tints of Dolly #EFEF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.12%

R = 40.44%
G = 40.44%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFEF71 (or 0xEFEF71) is known color: Dolly. HEX triplet: EF, EF and 71. RGB value is (239,239,113). Sum of RGB (Red+Green+Blue) = 239+239+113=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 113 (44.53% from 255 or 19.12% from 591); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEF71 is #10108E. Grayscale: #E1E1E1. Windows color (decimal): -1052815 or 7466991. OLE color: 7466991.

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

Color convert

RGB 239 239 113 -
CMYK 0 0 0.53 0.06
HSL 60º 0.8% 0.69% -
HSV(B) 60º 0.53% 0.94% -
XYZ 69.44 81.28 27.65 -
YUV 224.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 239 239 113 0 0 0.53 0.06 60 0.8 0.69
Hex EF EF 71 0 0 35 6 3C 50 45
Octal 357 357 161 0 0 65 6 74 120 105
Binary 11101111 11101111 1110001 0 0 110101 110 111100 1010000 1000101

Color Harmonies of #EFEF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF71

Black with #EFEF71

Text Example


Text Example

White with #EFEF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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