Html Css Color HEX #EFD866 Golden Sand

📋 copy color: '#EFD866'

red 239 ◦ green 216 ◦ blue 102

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

Shades of Golden Sand #EFD866

Tints of Golden Sand #EFD866

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

 BLUE value IS 102 (40.23% from 255) = 18.31%

R = 42.91%
G = 38.78%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#EFD866 (or 0xEFD866) is known color: Golden Sand. HEX triplet: EF, D8 and 66. RGB value is (239,216,102). Sum of RGB (Red+Green+Blue) = 239+216+102=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD866 is #102799. Grayscale: #D2D2D2. Windows color (decimal): -1058714 or 6740207. OLE color: 6740207.

HSL color Cylindrical-coordinate representation of color #EFD866: hue angle of 49.93º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFD866 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 102 -
CMYK 0 0.10 0.57 0.06
HSL 49.93º 0.81% 0.67% -
HSV(B) 49.93º 0.57% 0.94% -
XYZ 62.55 68.42 22.48 -
YUV 209.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 239 216 102 0 0.10 0.57 0.06 49.93 0.81 0.67
Hex EF D8 66 0 A 39 6 32 51 43
Octal 357 330 146 0 12 71 6 62 121 103
Binary 11101111 11011000 1100110 0 1010 111001 110 110010 1010001 1000011

Color Harmonies of #EFD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD866

Black with #EFD866

Text Example


Text Example

White with #EFD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD866; }

 p { color: rgb(239,216,102); }

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

background-color css

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

 a { background-color: rgb(239,216,102); }

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

border-color css

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

 span { border-color: rgb(239,216,102); }

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