Html Css Color HEX #EDD172 Golden Sand

📋 copy color: '#EDD172'

red 237 ◦ green 209 ◦ blue 114

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

Shades of Golden Sand #EDD172

Tints of Golden Sand #EDD172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.36%

R = 42.32%
G = 37.32%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDD172 (or 0xEDD172) is known color: Golden Sand. HEX triplet: ED, D1 and 72. RGB value is (237,209,114). Sum of RGB (Red+Green+Blue) = 237+209+114=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 114 (44.92% from 255 or 20.36% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD172 is #122E8D. Grayscale: #CECECE. Windows color (decimal): -1191566 or 7524845. OLE color: 7524845.

HSL color Cylindrical-coordinate representation of color #EDD172: hue angle of 46.34º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDD172 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 114 -
CMYK 0 0.12 0.52 0.07
HSL 46.34º 0.77% 0.69% -
HSV(B) 46.34º 0.52% 0.93% -
XYZ 60.76 64.82 25.23 -
YUV 206.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 237 209 114 0 0.12 0.52 0.07 46.34 0.77 0.69
Hex ED D1 72 0 C 34 7 2E 4D 45
Octal 355 321 162 0 14 64 7 56 115 105
Binary 11101101 11010001 1110010 0 1100 110100 111 101110 1001101 1000101

Color Harmonies of #EDD172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD172

Black with #EDD172

Text Example


Text Example

White with #EDD172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD172; }

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

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

background-color css

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

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

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

border-color css

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

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

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