Html Css Color HEX #EFDA6E Golden Sand

📋 copy color: '#EFDA6E'

red 239 ◦ green 218 ◦ blue 110

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

Shades of Golden Sand #EFDA6E

Tints of Golden Sand #EFDA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.45%

 BLUE value IS 110 (43.36% from 255) = 19.4%

R = 42.15%
G = 38.45%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFDA6E (or 0xEFDA6E) is known color: Golden Sand. HEX triplet: EF, DA and 6E. RGB value is (239,218,110). Sum of RGB (Red+Green+Blue) = 239+218+110=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA6E is #102591. Grayscale: #D4D4D4. Windows color (decimal): -1058194 or 7265007. OLE color: 7265007.

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

Color convert

RGB 239 218 110 -
CMYK 0 0.09 0.54 0.06
HSL 50.23º 0.8% 0.68% -
HSV(B) 50.23º 0.54% 0.94% -
XYZ 63.48 69.62 24.84 -
YUV 211.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 239 218 110 0 0.09 0.54 0.06 50.23 0.8 0.68
Hex EF DA 6E 0 9 36 6 32 50 44
Octal 357 332 156 0 11 66 6 62 120 104
Binary 11101111 11011010 1101110 0 1001 110110 110 110010 1010000 1000100

Color Harmonies of #EFDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA6E

Black with #EFDA6E

Text Example


Text Example

White with #EFDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA6E; }

 p { color: rgb(239,218,110); }

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

background-color css

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

 a { background-color: rgb(239,218,110); }

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

border-color css

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

 span { border-color: rgb(239,218,110); }

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