Html Css Color HEX #EDD16A Golden Sand

📋 copy color: '#EDD16A'

red 237 ◦ green 209 ◦ blue 106

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

Shades of Golden Sand #EDD16A

Tints of Golden Sand #EDD16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.86%

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

R = 42.93%
G = 37.86%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDD16A (or 0xEDD16A) is known color: Golden Sand. HEX triplet: ED, D1 and 6A. RGB value is (237,209,106). Sum of RGB (Red+Green+Blue) = 237+209+106=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD16A is #122E95. Grayscale: #CECECE. Windows color (decimal): -1191574 or 7000557. OLE color: 7000557.

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

Color convert

RGB 237 209 106 -
CMYK 0 0.12 0.55 0.07
HSL 47.18º 0.78% 0.67% -
HSV(B) 47.18º 0.55% 0.93% -
XYZ 60.33 64.65 22.93 -
YUV 205.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 237 209 106 0 0.12 0.55 0.07 47.18 0.78 0.67
Hex ED D1 6A 0 C 37 7 2F 4E 43
Octal 355 321 152 0 14 67 7 57 116 103
Binary 11101101 11010001 1101010 0 1100 110111 111 101111 1001110 1000011

Color Harmonies of #EDD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD16A

Black with #EDD16A

Text Example


Text Example

White with #EDD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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