Html Css Color HEX #EFD16D Golden Sand

📋 copy color: '#EFD16D'

red 239 ◦ green 209 ◦ blue 109

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

Shades of Golden Sand #EFD16D

Tints of Golden Sand #EFD16D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.52%

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

R = 42.91%
G = 37.52%
B = 19.57%

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

#EFD16D (or 0xEFD16D) is known color: Golden Sand. HEX triplet: EF, D1 and 6D. RGB value is (239,209,109). Sum of RGB (Red+Green+Blue) = 239+209+109=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD16D is #102E92. Grayscale: #CFCFCF. Windows color (decimal): -1060499 or 7197167. OLE color: 7197167.

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

Color convert

RGB 239 209 109 -
CMYK 0 0.13 0.54 0.06
HSL 46.15º 0.8% 0.68% -
HSV(B) 46.15º 0.54% 0.94% -
XYZ 61.16 65.06 23.8 -
YUV 206.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 239 209 109 0 0.13 0.54 0.06 46.15 0.8 0.68
Hex EF D1 6D 0 D 36 6 2E 50 44
Octal 357 321 155 0 15 66 6 56 120 104
Binary 11101111 11010001 1101101 0 1101 110110 110 101110 1010000 1000100

Color Harmonies of #EFD16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD16D

Black with #EFD16D

Text Example


Text Example

White with #EFD16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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