Html Css Color HEX #EFDA6B Golden Sand

📋 copy color: '#EFDA6B'

red 239 ◦ green 218 ◦ blue 107

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

Shades of Golden Sand #EFDA6B

Tints of Golden Sand #EFDA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.97%

R = 42.38%
G = 38.65%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFDA6B (or 0xEFDA6B) is known color: Golden Sand. HEX triplet: EF, DA and 6B. RGB value is (239,218,107). Sum of RGB (Red+Green+Blue) = 239+218+107=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA6B is #102594. Grayscale: #D4D4D4. Windows color (decimal): -1058197 or 7068399. OLE color: 7068399.

HSL color Cylindrical-coordinate representation of color #EFDA6B: hue angle of 50.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFDA6B is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 218 107 -
CMYK 0 0.09 0.55 0.06
HSL 50.45º 0.8% 0.68% -
HSV(B) 50.45º 0.55% 0.94% -
XYZ 63.32 69.56 24 -
YUV 211.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 239 218 107 0 0.09 0.55 0.06 50.45 0.8 0.68
Hex EF DA 6B 0 9 37 6 32 50 44
Octal 357 332 153 0 11 67 6 62 120 104
Binary 11101111 11011010 1101011 0 1001 110111 110 110010 1010000 1000100

Color Harmonies of #EFDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA6B

Black with #EFDA6B

Text Example


Text Example

White with #EFDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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