Html Css Color HEX #EFD46D Golden Sand

📋 copy color: '#EFD46D'

red 239 ◦ green 212 ◦ blue 109

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

Shades of Golden Sand #EFD46D

Tints of Golden Sand #EFD46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.86%

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

R = 42.68%
G = 37.86%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFD46D (or 0xEFD46D) is known color: Golden Sand. HEX triplet: EF, D4 and 6D. RGB value is (239,212,109). Sum of RGB (Red+Green+Blue) = 239+212+109=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD46D is #102B92. Grayscale: #D0D0D0. Windows color (decimal): -1059731 or 7197935. OLE color: 7197935.

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

Color convert

RGB 239 212 109 -
CMYK 0 0.11 0.54 0.06
HSL 47.54º 0.8% 0.68% -
HSV(B) 47.54º 0.54% 0.94% -
XYZ 61.9 66.54 24.05 -
YUV 208.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 239 212 109 0 0.11 0.54 0.06 47.54 0.8 0.68
Hex EF D4 6D 0 B 36 6 30 50 44
Octal 357 324 155 0 13 66 6 60 120 104
Binary 11101111 11010100 1101101 0 1011 110110 110 110000 1010000 1000100

Color Harmonies of #EFD46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD46D

Black with #EFD46D

Text Example


Text Example

White with #EFD46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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