Html Css Color HEX #EFD863 Golden Sand

📋 copy color: '#EFD863'

red 239 ◦ green 216 ◦ blue 99

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

Shades of Golden Sand #EFD863

Tints of Golden Sand #EFD863

RGB

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

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

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

R = 43.14%
G = 38.99%
B = 17.87%

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

#EFD863 (or 0xEFD863) is known color: Golden Sand. HEX triplet: EF, D8 and 63. RGB value is (239,216,99). Sum of RGB (Red+Green+Blue) = 239+216+99=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD863 is #10279C. Grayscale: #D2D2D2. Windows color (decimal): -1058717 or 6543599. OLE color: 6543599.

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

Color convert

RGB 239 216 99 -
CMYK 0 0.10 0.59 0.06
HSL 50.14º 0.81% 0.66% -
HSV(B) 50.14º 0.59% 0.94% -
XYZ 62.4 68.36 21.71 -
YUV 209.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 239 216 99 0 0.10 0.59 0.06 50.14 0.81 0.66
Hex EF D8 63 0 A 3B 6 32 51 42
Octal 357 330 143 0 12 73 6 62 121 102
Binary 11101111 11011000 1100011 0 1010 111011 110 110010 1010001 1000010

Color Harmonies of #EFD863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD863

Black with #EFD863

Text Example


Text Example

White with #EFD863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD863; }

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

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

background-color css

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

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

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

border-color css

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

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

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