Html Css Color HEX #EFED6D Dolly

📋 copy color: '#EFED6D'

red 239 ◦ green 237 ◦ blue 109

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

Shades of Dolly #EFED6D

Tints of Dolly #EFED6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.63%

R = 40.85%
G = 40.51%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFED6D (or 0xEFED6D) is known color: Dolly. HEX triplet: EF, ED and 6D. RGB value is (239,237,109). Sum of RGB (Red+Green+Blue) = 239+237+109=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 109 (42.97% from 255 or 18.63% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED6D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED6D is #101292. Grayscale: #DFDFDF. Windows color (decimal): -1053331 or 7204335. OLE color: 7204335.

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

Color convert

RGB 239 237 109 -
CMYK 0 0.01 0.54 0.06
HSL 59.08º 0.8% 0.68% -
HSV(B) 59.08º 0.54% 0.94% -
XYZ 68.64 80.02 26.3 -
YUV 223.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 239 237 109 0 0.01 0.54 0.06 59.08 0.8 0.68
Hex EF ED 6D 0 1 36 6 3B 50 44
Octal 357 355 155 0 1 66 6 73 120 104
Binary 11101111 11101101 1101101 0 1 110110 110 111011 1010000 1000100

Color Harmonies of #EFED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED6D

Black with #EFED6D

Text Example


Text Example

White with #EFED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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