Html Css Color HEX #EFD763 Golden Sand

📋 copy color: '#EFD763'

red 239 ◦ green 215 ◦ blue 99

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

Shades of Golden Sand #EFD763

Tints of Golden Sand #EFD763

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.88%

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

R = 43.22%
G = 38.88%
B = 17.9%

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

#EFD763 (or 0xEFD763) is known color: Golden Sand. HEX triplet: EF, D7 and 63. RGB value is (239,215,99). Sum of RGB (Red+Green+Blue) = 239+215+99=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD763 is #10289C. Grayscale: #D1D1D1. Windows color (decimal): -1058973 or 6543343. OLE color: 6543343.

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

Color convert

RGB 239 215 99 -
CMYK 0 0.10 0.59 0.06
HSL 49.71º 0.81% 0.66% -
HSV(B) 49.71º 0.59% 0.94% -
XYZ 62.15 67.85 21.63 -
YUV 208.95 65.95 149.43 -
System Red Green Blue C M Y K H S L
Decimal 239 215 99 0 0.10 0.59 0.06 49.71 0.81 0.66
Hex EF D7 63 0 A 3B 6 32 51 42
Octal 357 327 143 0 12 73 6 62 121 102
Binary 11101111 11010111 1100011 0 1010 111011 110 110010 1010001 1000010

Color Harmonies of #EFD763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD763

Black with #EFD763

Text Example


Text Example

White with #EFD763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD763; }

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

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

background-color css

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

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

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

border-color css

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

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

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