Html Css Color HEX #EFD063 Golden Sand

📋 copy color: '#EFD063'

red 239 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #EFD063

Tints of Golden Sand #EFD063

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.1%

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

R = 43.77%
G = 38.1%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EFD063 (or 0xEFD063) is known color: Golden Sand. HEX triplet: EF, D0 and 63. RGB value is (239,208,99). Sum of RGB (Red+Green+Blue) = 239+208+99=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD063 is #102F9C. Grayscale: #CDCDCD. Windows color (decimal): -1060765 or 6541551. OLE color: 6541551.

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

Color convert

RGB 239 208 99 -
CMYK 0 0.13 0.59 0.06
HSL 46.71º 0.81% 0.66% -
HSV(B) 46.71º 0.59% 0.94% -
XYZ 60.4 64.36 21.04 -
YUV 204.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 239 208 99 0 0.13 0.59 0.06 46.71 0.81 0.66
Hex EF D0 63 0 D 3B 6 2F 51 42
Octal 357 320 143 0 15 73 6 57 121 102
Binary 11101111 11010000 1100011 0 1101 111011 110 101111 1010001 1000010

Color Harmonies of #EFD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD063

Black with #EFD063

Text Example


Text Example

White with #EFD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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