Html Css Color HEX #EDD261 Golden Sand

📋 copy color: '#EDD261'

red 237 ◦ green 210 ◦ blue 97

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

Shades of Golden Sand #EDD261

Tints of Golden Sand #EDD261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

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

R = 43.57%
G = 38.6%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD261 (or 0xEDD261) is known color: Golden Sand. HEX triplet: ED, D2 and 61. RGB value is (237,210,97). Sum of RGB (Red+Green+Blue) = 237+210+97=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD261 is #122D9E. Grayscale: #CDCDCD. Windows color (decimal): -1191327 or 6410989. OLE color: 6410989.

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

Color convert

RGB 237 210 97 -
CMYK 0 0.11 0.59 0.07
HSL 48.43º 0.8% 0.65% -
HSV(B) 48.43º 0.59% 0.93% -
XYZ 60.13 64.96 20.68 -
YUV 205.19 66.95 150.69 -
System Red Green Blue C M Y K H S L
Decimal 237 210 97 0 0.11 0.59 0.07 48.43 0.8 0.65
Hex ED D2 61 0 B 3B 7 30 50 41
Octal 355 322 141 0 13 73 7 60 120 101
Binary 11101101 11010010 1100001 0 1011 111011 111 110000 1010000 1000001

Color Harmonies of #EDD261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD261

Black with #EDD261

Text Example


Text Example

White with #EDD261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD261; }

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

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

background-color css

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

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

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

border-color css

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

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

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