Html Css Color HEX #EFC56F Golden Sand

📋 copy color: '#EFC56F'

red 239 ◦ green 197 ◦ blue 111

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

Shades of Golden Sand #EFC56F

Tints of Golden Sand #EFC56F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.01%

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

R = 43.69%
G = 36.01%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFC56F (or 0xEFC56F) is known color: Golden Sand. HEX triplet: EF, C5 and 6F. RGB value is (239,197,111). Sum of RGB (Red+Green+Blue) = 239+197+111=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC56F is #103A90. Grayscale: #C8C8C8. Windows color (decimal): -1063569 or 7325167. OLE color: 7325167.

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

Color convert

RGB 239 197 111 -
CMYK 0 0.18 0.54 0.06
HSL 40.31º 0.8% 0.69% -
HSV(B) 40.31º 0.54% 0.94% -
XYZ 58.43 59.43 23.43 -
YUV 199.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 239 197 111 0 0.18 0.54 0.06 40.31 0.8 0.69
Hex EF C5 6F 0 12 36 6 28 50 45
Octal 357 305 157 0 22 66 6 50 120 105
Binary 11101111 11000101 1101111 0 10010 110110 110 101000 1010000 1000101

Color Harmonies of #EFC56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC56F

Black with #EFC56F

Text Example


Text Example

White with #EFC56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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