Html Css Color HEX #EDD063 Golden Sand

📋 copy color: '#EDD063'

red 237 ◦ green 208 ◦ blue 99

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

Shades of Golden Sand #EDD063

Tints of Golden Sand #EDD063

RGB

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

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

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

R = 43.57%
G = 38.24%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDD063 (or 0xEDD063) is known color: Golden Sand. HEX triplet: ED, D0 and 63. RGB value is (237,208,99). Sum of RGB (Red+Green+Blue) = 237+208+99=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD063 is #122F9C. Grayscale: #CCCCCC. Windows color (decimal): -1191837 or 6541549. OLE color: 6541549.

HSL color Cylindrical-coordinate representation of color #EDD063: hue angle of 47.39º 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 #EDD063 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 99 -
CMYK 0 0.12 0.58 0.07
HSL 47.39º 0.79% 0.66% -
HSV(B) 47.39º 0.58% 0.93% -
XYZ 59.73 64.02 21.01 -
YUV 204.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 237 208 99 0 0.12 0.58 0.07 47.39 0.79 0.66
Hex ED D0 63 0 C 3A 7 2F 4F 42
Octal 355 320 143 0 14 72 7 57 117 102
Binary 11101101 11010000 1100011 0 1100 111010 111 101111 1001111 1000010

Color Harmonies of #EDD063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD063

Black with #EDD063

Text Example


Text Example

White with #EDD063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD063; }

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

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

background-color css

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

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

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

border-color css

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

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

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