Html Css Color HEX #EDD669 Golden Sand

📋 copy color: '#EDD669'

red 237 ◦ green 214 ◦ blue 105

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

Shades of Golden Sand #EDD669

Tints of Golden Sand #EDD669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.88%

R = 42.63%
G = 38.49%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD669 (or 0xEDD669) is known color: Golden Sand. HEX triplet: ED, D6 and 69. RGB value is (237,214,105). Sum of RGB (Red+Green+Blue) = 237+214+105=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD669 is #122996. Grayscale: #D0D0D0. Windows color (decimal): -1190295 or 6936301. OLE color: 6936301.

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

Color convert

RGB 237 214 105 -
CMYK 0 0.10 0.56 0.07
HSL 49.55º 0.79% 0.67% -
HSV(B) 49.55º 0.56% 0.93% -
XYZ 61.52 67.12 23.08 -
YUV 208.45 69.62 148.36 -
System Red Green Blue C M Y K H S L
Decimal 237 214 105 0 0.10 0.56 0.07 49.55 0.79 0.67
Hex ED D6 69 0 A 38 7 32 4F 43
Octal 355 326 151 0 12 70 7 62 117 103
Binary 11101101 11010110 1101001 0 1010 111000 111 110010 1001111 1000011

Color Harmonies of #EDD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD669

Black with #EDD669

Text Example


Text Example

White with #EDD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD669; }

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

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

background-color css

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

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

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

border-color css

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

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

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