Html Css Color HEX #EDD260 Golden Sand

📋 copy color: '#EDD260'

red 237 ◦ green 210 ◦ blue 96

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

Shades of Golden Sand #EDD260

Tints of Golden Sand #EDD260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.68%

R = 43.65%
G = 38.67%
B = 17.68%

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

#EDD260 (or 0xEDD260) is known color: Golden Sand. HEX triplet: ED, D2 and 60. RGB value is (237,210,96). Sum of RGB (Red+Green+Blue) = 237+210+96=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD260 is #122D9F. Grayscale: #CDCDCD. Windows color (decimal): -1191328 or 6345453. OLE color: 6345453.

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

Color convert

RGB 237 210 96 -
CMYK 0 0.11 0.59 0.07
HSL 48.51º 0.8% 0.65% -
HSV(B) 48.51º 0.59% 0.93% -
XYZ 60.08 64.94 20.43 -
YUV 205.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 237 210 96 0 0.11 0.59 0.07 48.51 0.8 0.65
Hex ED D2 60 0 B 3B 7 31 50 41
Octal 355 322 140 0 13 73 7 61 120 101
Binary 11101101 11010010 1100000 0 1011 111011 111 110001 1010000 1000001

Color Harmonies of #EDD260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD260

Black with #EDD260

Text Example


Text Example

White with #EDD260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD260; }

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

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

background-color css

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

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

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

border-color css

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

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

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