Html Css Color HEX #EFD668 Golden Sand

📋 copy color: '#EFD668'

red 239 ◦ green 214 ◦ blue 104

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

Shades of Golden Sand #EFD668

Tints of Golden Sand #EFD668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

 BLUE value IS 104 (41.02% from 255) = 18.67%

R = 42.91%
G = 38.42%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EFD668 (or 0xEFD668) is known color: Golden Sand. HEX triplet: EF, D6 and 68. RGB value is (239,214,104). Sum of RGB (Red+Green+Blue) = 239+214+104=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD668 is #102997. Grayscale: #D1D1D1. Windows color (decimal): -1059224 or 6870767. OLE color: 6870767.

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

Color convert

RGB 239 214 104 -
CMYK 0 0.10 0.56 0.06
HSL 48.89º 0.81% 0.67% -
HSV(B) 48.89º 0.56% 0.94% -
XYZ 62.14 67.44 22.84 -
YUV 208.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 239 214 104 0 0.10 0.56 0.06 48.89 0.81 0.67
Hex EF D6 68 0 A 38 6 31 51 43
Octal 357 326 150 0 12 70 6 61 121 103
Binary 11101111 11010110 1101000 0 1010 111000 110 110001 1010001 1000011

Color Harmonies of #EFD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD668

Black with #EFD668

Text Example


Text Example

White with #EFD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD668; }

 p { color: rgb(239,214,104); }

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

background-color css

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

 a { background-color: rgb(239,214,104); }

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

border-color css

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

 span { border-color: rgb(239,214,104); }

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