Html Css Color HEX #EDD663 Golden Sand

📋 copy color: '#EDD663'

red 237 ◦ green 214 ◦ blue 99

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

Shades of Golden Sand #EDD663

Tints of Golden Sand #EDD663

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

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

R = 43.09%
G = 38.91%
B = 18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDD663 (or 0xEDD663) is known color: Golden Sand. HEX triplet: ED, D6 and 63. RGB value is (237,214,99). Sum of RGB (Red+Green+Blue) = 237+214+99=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD663 is #12299C. Grayscale: #D0D0D0. Windows color (decimal): -1190301 or 6543085. OLE color: 6543085.

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

Color convert

RGB 237 214 99 -
CMYK 0 0.10 0.58 0.07
HSL 50º 0.79% 0.66% -
HSV(B) 50º 0.58% 0.93% -
XYZ 61.22 67 21.51 -
YUV 207.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 237 214 99 0 0.10 0.58 0.07 50 0.79 0.66
Hex ED D6 63 0 A 3A 7 32 4F 42
Octal 355 326 143 0 12 72 7 62 117 102
Binary 11101101 11010110 1100011 0 1010 111010 111 110010 1001111 1000010

Color Harmonies of #EDD663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD663

Black with #EDD663

Text Example


Text Example

White with #EDD663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD663; }

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

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

background-color css

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

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

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

border-color css

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

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

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