Html Css Color HEX #EFC56D Golden Sand

📋 copy color: '#EFC56D'

red 239 ◦ green 197 ◦ blue 109

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

Shades of Golden Sand #EFC56D

Tints of Golden Sand #EFC56D

RGB

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

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

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

R = 43.85%
G = 36.15%
B = 20%

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

#EFC56D (or 0xEFC56D) is known color: Golden Sand. HEX triplet: EF, C5 and 6D. RGB value is (239,197,109). Sum of RGB (Red+Green+Blue) = 239+197+109=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC56D is #103A92. Grayscale: #C7C7C7. Windows color (decimal): -1063571 or 7194095. OLE color: 7194095.

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

Color convert

RGB 239 197 109 -
CMYK 0 0.18 0.54 0.06
HSL 40.62º 0.8% 0.68% -
HSV(B) 40.62º 0.54% 0.94% -
XYZ 58.32 59.39 22.86 -
YUV 199.53 76.91 156.16 -
System Red Green Blue C M Y K H S L
Decimal 239 197 109 0 0.18 0.54 0.06 40.62 0.8 0.68
Hex EF C5 6D 0 12 36 6 29 50 44
Octal 357 305 155 0 22 66 6 51 120 104
Binary 11101111 11000101 1101101 0 10010 110110 110 101001 1010000 1000100

Color Harmonies of #EFC56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC56D

Black with #EFC56D

Text Example


Text Example

White with #EFC56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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