Html Css Color HEX #EFD06D Golden Sand

📋 copy color: '#EFD06D'

red 239 ◦ green 208 ◦ blue 109

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

Shades of Golden Sand #EFD06D

Tints of Golden Sand #EFD06D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

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

R = 42.99%
G = 37.41%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD06D (or 0xEFD06D) is known color: Golden Sand. HEX triplet: EF, D0 and 6D. RGB value is (239,208,109). Sum of RGB (Red+Green+Blue) = 239+208+109=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD06D is #102F92. Grayscale: #CECECE. Windows color (decimal): -1060755 or 7196911. OLE color: 7196911.

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

Color convert

RGB 239 208 109 -
CMYK 0 0.13 0.54 0.06
HSL 45.69º 0.8% 0.68% -
HSV(B) 45.69º 0.54% 0.94% -
XYZ 60.91 64.57 23.72 -
YUV 205.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 239 208 109 0 0.13 0.54 0.06 45.69 0.8 0.68
Hex EF D0 6D 0 D 36 6 2E 50 44
Octal 357 320 155 0 15 66 6 56 120 104
Binary 11101111 11010000 1101101 0 1101 110110 110 101110 1010000 1000100

Color Harmonies of #EFD06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD06D

Black with #EFD06D

Text Example


Text Example

White with #EFD06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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