Html Css Color HEX #EDD169 Golden Sand

📋 copy color: '#EDD169'

red 237 ◦ green 209 ◦ blue 105

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

Shades of Golden Sand #EDD169

Tints of Golden Sand #EDD169

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.93%

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

R = 43.01%
G = 37.93%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD169 (or 0xEDD169) is known color: Golden Sand. HEX triplet: ED, D1 and 69. RGB value is (237,209,105). Sum of RGB (Red+Green+Blue) = 237+209+105=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD169 is #122E96. Grayscale: #CDCDCD. Windows color (decimal): -1191575 or 6935021. OLE color: 6935021.

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

Color convert

RGB 237 209 105 -
CMYK 0 0.12 0.56 0.07
HSL 47.27º 0.79% 0.67% -
HSV(B) 47.27º 0.56% 0.93% -
XYZ 60.28 64.63 22.66 -
YUV 205.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 237 209 105 0 0.12 0.56 0.07 47.27 0.79 0.67
Hex ED D1 69 0 C 38 7 2F 4F 43
Octal 355 321 151 0 14 70 7 57 117 103
Binary 11101101 11010001 1101001 0 1100 111000 111 101111 1001111 1000011

Color Harmonies of #EDD169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD169

Black with #EDD169

Text Example


Text Example

White with #EDD169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD169; }

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

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

background-color css

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

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

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

border-color css

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

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

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