Html Css Color HEX #EDD76A Golden Sand

📋 copy color: '#EDD76A'

red 237 ◦ green 215 ◦ blue 106

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

Shades of Golden Sand #EDD76A

Tints of Golden Sand #EDD76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.53%

 BLUE value IS 106 (41.8% from 255) = 19%

R = 42.47%
G = 38.53%
B = 19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDD76A (or 0xEDD76A) is known color: Golden Sand. HEX triplet: ED, D7 and 6A. RGB value is (237,215,106). Sum of RGB (Red+Green+Blue) = 237+215+106=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD76A is #122895. Grayscale: #D1D1D1. Windows color (decimal): -1190038 or 7002093. OLE color: 7002093.

HSL color Cylindrical-coordinate representation of color #EDD76A: hue angle of 49.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDD76A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 106 -
CMYK 0 0.09 0.55 0.07
HSL 49.92º 0.78% 0.67% -
HSV(B) 49.92º 0.55% 0.93% -
XYZ 61.83 67.65 23.43 -
YUV 209.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 237 215 106 0 0.09 0.55 0.07 49.92 0.78 0.67
Hex ED D7 6A 0 9 37 7 32 4E 43
Octal 355 327 152 0 11 67 7 62 116 103
Binary 11101101 11010111 1101010 0 1001 110111 111 110010 1001110 1000011

Color Harmonies of #EDD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD76A

Black with #EDD76A

Text Example


Text Example

White with #EDD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD76A; }

 p { color: rgb(237,215,106); }

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

background-color css

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

 a { background-color: rgb(237,215,106); }

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

border-color css

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

 span { border-color: rgb(237,215,106); }

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