Html Css Color HEX #EDD275 Golden Sand

📋 copy color: '#EDD275'

red 237 ◦ green 210 ◦ blue 117

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

Shades of Golden Sand #EDD275

Tints of Golden Sand #EDD275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.74%

R = 42.02%
G = 37.23%
B = 20.74%

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

#EDD275 (or 0xEDD275) is known color: Golden Sand. HEX triplet: ED, D2 and 75. RGB value is (237,210,117). Sum of RGB (Red+Green+Blue) = 237+210+117=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD275 is #122D8A. Grayscale: #CFCFCF. Windows color (decimal): -1191307 or 7721709. OLE color: 7721709.

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

Color convert

RGB 237 210 117 -
CMYK 0 0.11 0.51 0.07
HSL 46.5º 0.77% 0.69% -
HSV(B) 46.5º 0.51% 0.93% -
XYZ 61.18 65.38 26.22 -
YUV 207.47 76.95 149.06 -
System Red Green Blue C M Y K H S L
Decimal 237 210 117 0 0.11 0.51 0.07 46.5 0.77 0.69
Hex ED D2 75 0 B 33 7 2E 4D 45
Octal 355 322 165 0 13 63 7 56 115 105
Binary 11101101 11010010 1110101 0 1011 110011 111 101110 1001101 1000101

Color Harmonies of #EDD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD275

Black with #EDD275

Text Example


Text Example

White with #EDD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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