Html Css Color HEX #EFED6E Dolly

📋 copy color: '#EFED6E'

red 239 ◦ green 237 ◦ blue 110

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

Shades of Dolly #EFED6E

Tints of Dolly #EFED6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.77%

R = 40.78%
G = 40.44%
B = 18.77%

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

#EFED6E (or 0xEFED6E) is known color: Dolly. HEX triplet: EF, ED and 6E. RGB value is (239,237,110). Sum of RGB (Red+Green+Blue) = 239+237+110=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 110 (43.36% from 255 or 18.77% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED6E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED6E is #101291. Grayscale: #DFDFDF. Windows color (decimal): -1053330 or 7269871. OLE color: 7269871.

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

Color convert

RGB 239 237 110 -
CMYK 0 0.01 0.54 0.06
HSL 59.07º 0.8% 0.68% -
HSV(B) 59.07º 0.54% 0.94% -
XYZ 68.7 80.04 26.58 -
YUV 223.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 239 237 110 0 0.01 0.54 0.06 59.07 0.8 0.68
Hex EF ED 6E 0 1 36 6 3B 50 44
Octal 357 355 156 0 1 66 6 73 120 104
Binary 11101111 11101101 1101110 0 1 110110 110 111011 1010000 1000100

Color Harmonies of #EFED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED6E

Black with #EFED6E

Text Example


Text Example

White with #EFED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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