Html Css Color HEX #EFE86F Dolly

📋 copy color: '#EFE86F'

red 239 ◦ green 232 ◦ blue 111

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

Shades of Dolly #EFE86F

Tints of Dolly #EFE86F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 111 (43.75% from 255) = 19.07%

R = 41.07%
G = 39.86%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFE86F (or 0xEFE86F) is known color: Dolly. HEX triplet: EF, E8 and 6F. RGB value is (239,232,111). Sum of RGB (Red+Green+Blue) = 239+232+111=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 111 (43.75% from 255 or 19.07% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE86F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE86F is #101790. Grayscale: #DCDCDC. Windows color (decimal): -1054609 or 7334127. OLE color: 7334127.

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

Color convert

RGB 239 232 111 -
CMYK 0 0.03 0.54 0.06
HSL 56.72º 0.8% 0.69% -
HSV(B) 56.72º 0.54% 0.94% -
XYZ 67.32 77.21 26.39 -
YUV 220.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 239 232 111 0 0.03 0.54 0.06 56.72 0.8 0.69
Hex EF E8 6F 0 3 36 6 39 50 45
Octal 357 350 157 0 3 66 6 71 120 105
Binary 11101111 11101000 1101111 0 11 110110 110 111001 1010000 1000101

Color Harmonies of #EFE86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE86F

Black with #EFE86F

Text Example


Text Example

White with #EFE86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE86F; }

 p { color: rgb(239,232,111); }

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

background-color css

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

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

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

border-color css

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

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

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