Html Css Color HEX #EFD663 Golden Sand

📋 copy color: '#EFD663'

red 239 ◦ green 214 ◦ blue 99

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

Shades of Golden Sand #EFD663

Tints of Golden Sand #EFD663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.93%

R = 43.3%
G = 38.77%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFD663 (or 0xEFD663) is known color: Golden Sand. HEX triplet: EF, D6 and 63. RGB value is (239,214,99). Sum of RGB (Red+Green+Blue) = 239+214+99=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD663 is #10299C. Grayscale: #D0D0D0. Windows color (decimal): -1059229 or 6543087. OLE color: 6543087.

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

Color convert

RGB 239 214 99 -
CMYK 0 0.10 0.59 0.06
HSL 49.29º 0.81% 0.66% -
HSV(B) 49.29º 0.59% 0.94% -
XYZ 61.9 67.34 21.54 -
YUV 208.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 239 214 99 0 0.10 0.59 0.06 49.29 0.81 0.66
Hex EF D6 63 0 A 3B 6 31 51 42
Octal 357 326 143 0 12 73 6 61 121 102
Binary 11101111 11010110 1100011 0 1010 111011 110 110001 1010001 1000010

Color Harmonies of #EFD663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD663

Black with #EFD663

Text Example


Text Example

White with #EFD663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD663; }

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

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

background-color css

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

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

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

border-color css

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

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

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