Html Css Color HEX #EDD969 Golden Sand

📋 copy color: '#EDD969'

red 237 ◦ green 217 ◦ blue 105

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

Shades of Golden Sand #EDD969

Tints of Golden Sand #EDD969

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.82%

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

R = 42.4%
G = 38.82%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDD969 (or 0xEDD969) is known color: Golden Sand. HEX triplet: ED, D9 and 69. RGB value is (237,217,105). Sum of RGB (Red+Green+Blue) = 237+217+105=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD969 is #122696. Grayscale: #D2D2D2. Windows color (decimal): -1189527 or 6937069. OLE color: 6937069.

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

Color convert

RGB 237 217 105 -
CMYK 0 0.08 0.56 0.07
HSL 50.91º 0.79% 0.67% -
HSV(B) 50.91º 0.56% 0.93% -
XYZ 62.29 68.65 23.33 -
YUV 210.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 237 217 105 0 0.08 0.56 0.07 50.91 0.79 0.67
Hex ED D9 69 0 8 38 7 33 4F 43
Octal 355 331 151 0 10 70 7 63 117 103
Binary 11101101 11011001 1101001 0 1000 111000 111 110011 1001111 1000011

Color Harmonies of #EDD969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD969

Black with #EDD969

Text Example


Text Example

White with #EDD969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD969; }

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

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

background-color css

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

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

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

border-color css

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

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

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