Html Css Color HEX #EFC66F Golden Sand

📋 copy color: '#EFC66F'

red 239 ◦ green 198 ◦ blue 111

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

Shades of Golden Sand #EFC66F

Tints of Golden Sand #EFC66F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

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

R = 43.61%
G = 36.13%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFC66F (or 0xEFC66F) is known color: Golden Sand. HEX triplet: EF, C6 and 6F. RGB value is (239,198,111). Sum of RGB (Red+Green+Blue) = 239+198+111=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC66F is #103990. Grayscale: #C8C8C8. Windows color (decimal): -1063313 or 7325423. OLE color: 7325423.

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

Color convert

RGB 239 198 111 -
CMYK 0 0.17 0.54 0.06
HSL 40.78º 0.8% 0.69% -
HSV(B) 40.78º 0.54% 0.94% -
XYZ 58.66 59.89 23.51 -
YUV 200.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 239 198 111 0 0.17 0.54 0.06 40.78 0.8 0.69
Hex EF C6 6F 0 11 36 6 29 50 45
Octal 357 306 157 0 21 66 6 51 120 105
Binary 11101111 11000110 1101111 0 10001 110110 110 101001 1010000 1000101

Color Harmonies of #EFC66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC66F

Black with #EFC66F

Text Example


Text Example

White with #EFC66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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