Html Css Color HEX #EDD273 Golden Sand

📋 copy color: '#EDD273'

red 237 ◦ green 210 ◦ blue 115

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

Shades of Golden Sand #EDD273

Tints of Golden Sand #EDD273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.46%

R = 42.17%
G = 37.37%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD273 (or 0xEDD273) is known color: Golden Sand. HEX triplet: ED, D2 and 73. RGB value is (237,210,115). Sum of RGB (Red+Green+Blue) = 237+210+115=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD273 is #122D8C. Grayscale: #CFCFCF. Windows color (decimal): -1191309 or 7590637. OLE color: 7590637.

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

Color convert

RGB 237 210 115 -
CMYK 0 0.11 0.51 0.07
HSL 46.72º 0.77% 0.69% -
HSV(B) 46.72º 0.51% 0.93% -
XYZ 61.07 65.34 25.61 -
YUV 207.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 237 210 115 0 0.11 0.51 0.07 46.72 0.77 0.69
Hex ED D2 73 0 B 33 7 2F 4D 45
Octal 355 322 163 0 13 63 7 57 115 105
Binary 11101101 11010010 1110011 0 1011 110011 111 101111 1001101 1000101

Color Harmonies of #EDD273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD273

Black with #EDD273

Text Example


Text Example

White with #EDD273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD273; }

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

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

background-color css

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

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

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

border-color css

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

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

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