Html Css Color HEX #EDD076 Golden Sand

📋 copy color: '#EDD076'

red 237 ◦ green 208 ◦ blue 118

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

Shades of Golden Sand #EDD076

Tints of Golden Sand #EDD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.94%

 BLUE value IS 118 (46.48% from 255) = 20.96%

R = 42.1%
G = 36.94%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDD076 (or 0xEDD076) is known color: Golden Sand. HEX triplet: ED, D0 and 76. RGB value is (237,208,118). Sum of RGB (Red+Green+Blue) = 237+208+118=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD076 is #122F89. Grayscale: #CECECE. Windows color (decimal): -1191818 or 7786733. OLE color: 7786733.

HSL color Cylindrical-coordinate representation of color #EDD076: hue angle of 45.38º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD076 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 118 -
CMYK 0 0.12 0.50 0.07
HSL 45.38º 0.77% 0.7% -
HSV(B) 45.38º 0.5% 0.93% -
XYZ 60.75 64.42 26.37 -
YUV 206.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 237 208 118 0 0.12 0.50 0.07 45.38 0.77 0.7
Hex ED D0 76 0 C 32 7 2D 4D 46
Octal 355 320 166 0 14 62 7 55 115 106
Binary 11101101 11010000 1110110 0 1100 110010 111 101101 1001101 1000110

Color Harmonies of #EDD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD076

Black with #EDD076

Text Example


Text Example

White with #EDD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD076; }

 p { color: rgb(237,208,118); }

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

background-color css

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

 a { background-color: rgb(237,208,118); }

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

border-color css

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

 span { border-color: rgb(237,208,118); }

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