Html Css Color HEX #EDD161 Golden Sand

📋 copy color: '#EDD161'

red 237 ◦ green 209 ◦ blue 97

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

Shades of Golden Sand #EDD161

Tints of Golden Sand #EDD161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.86%

R = 43.65%
G = 38.49%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD161 (or 0xEDD161) is known color: Golden Sand. HEX triplet: ED, D1 and 61. RGB value is (237,209,97). Sum of RGB (Red+Green+Blue) = 237+209+97=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD161 is #122E9E. Grayscale: #CDCDCD. Windows color (decimal): -1191583 or 6410733. OLE color: 6410733.

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

Color convert

RGB 237 209 97 -
CMYK 0 0.12 0.59 0.07
HSL 48º 0.8% 0.65% -
HSV(B) 48º 0.59% 0.93% -
XYZ 59.88 64.47 20.6 -
YUV 204.6 67.28 151.11 -
System Red Green Blue C M Y K H S L
Decimal 237 209 97 0 0.12 0.59 0.07 48 0.8 0.65
Hex ED D1 61 0 C 3B 7 30 50 41
Octal 355 321 141 0 14 73 7 60 120 101
Binary 11101101 11010001 1100001 0 1100 111011 111 110000 1010000 1000001

Color Harmonies of #EDD161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD161

Black with #EDD161

Text Example


Text Example

White with #EDD161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD161; }

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

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

background-color css

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

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

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

border-color css

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

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

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