Html Css Color HEX #EFE66D Dolly

📋 copy color: '#EFE66D'

red 239 ◦ green 230 ◦ blue 109

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

Shades of Dolly #EFE66D

Tints of Dolly #EFE66D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.79%

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

R = 41.35%
G = 39.79%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFE66D (or 0xEFE66D) is known color: Dolly. HEX triplet: EF, E6 and 6D. RGB value is (239,230,109). Sum of RGB (Red+Green+Blue) = 239+230+109=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE66D is #101992. Grayscale: #DBDBDB. Windows color (decimal): -1055123 or 7202543. OLE color: 7202543.

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

Color convert

RGB 239 230 109 -
CMYK 0 0.04 0.54 0.06
HSL 55.85º 0.8% 0.68% -
HSV(B) 55.85º 0.54% 0.94% -
XYZ 66.65 76.05 25.63 -
YUV 218.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 239 230 109 0 0.04 0.54 0.06 55.85 0.8 0.68
Hex EF E6 6D 0 4 36 6 38 50 44
Octal 357 346 155 0 4 66 6 70 120 104
Binary 11101111 11100110 1101101 0 100 110110 110 111000 1010000 1000100

Color Harmonies of #EFE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE66D

Black with #EFE66D

Text Example


Text Example

White with #EFE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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