Html Css Color HEX #EDD763 Golden Sand

📋 copy color: '#EDD763'

red 237 ◦ green 215 ◦ blue 99

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

Shades of Golden Sand #EDD763

Tints of Golden Sand #EDD763

RGB

 RED value IS 237 (92.97% from 255) = 43.01%

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

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

R = 43.01%
G = 39.02%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDD763 (or 0xEDD763) is known color: Golden Sand. HEX triplet: ED, D7 and 63. RGB value is (237,215,99). Sum of RGB (Red+Green+Blue) = 237+215+99=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD763 is #12289C. Grayscale: #D0D0D0. Windows color (decimal): -1190045 or 6543341. OLE color: 6543341.

HSL color Cylindrical-coordinate representation of color #EDD763: hue angle of 50.43º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDD763 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 99 -
CMYK 0 0.09 0.58 0.07
HSL 50.43º 0.79% 0.66% -
HSV(B) 50.43º 0.58% 0.93% -
XYZ 61.48 67.51 21.59 -
YUV 208.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 237 215 99 0 0.09 0.58 0.07 50.43 0.79 0.66
Hex ED D7 63 0 9 3A 7 32 4F 42
Octal 355 327 143 0 11 72 7 62 117 102
Binary 11101101 11010111 1100011 0 1001 111010 111 110010 1001111 1000010

Color Harmonies of #EDD763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD763

Black with #EDD763

Text Example


Text Example

White with #EDD763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD763; }

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

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

background-color css

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

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

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

border-color css

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

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

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