Html Css Color HEX #EDD46E Golden Sand

📋 copy color: '#EDD46E'

red 237 ◦ green 212 ◦ blue 110

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

Shades of Golden Sand #EDD46E

Tints of Golden Sand #EDD46E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

 BLUE value IS 110 (43.36% from 255) = 19.68%

R = 42.4%
G = 37.92%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD46E (or 0xEDD46E) is known color: Golden Sand. HEX triplet: ED, D4 and 6E. RGB value is (237,212,110). Sum of RGB (Red+Green+Blue) = 237+212+110=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD46E is #122B91. Grayscale: #D0D0D0. Windows color (decimal): -1190802 or 7263469. OLE color: 7263469.

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

Color convert

RGB 237 212 110 -
CMYK 0 0.11 0.54 0.07
HSL 48.19º 0.78% 0.68% -
HSV(B) 48.19º 0.54% 0.93% -
XYZ 61.28 66.22 24.3 -
YUV 207.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 237 212 110 0 0.11 0.54 0.07 48.19 0.78 0.68
Hex ED D4 6E 0 B 36 7 30 4E 44
Octal 355 324 156 0 13 66 7 60 116 104
Binary 11101101 11010100 1101110 0 1011 110110 111 110000 1001110 1000100

Color Harmonies of #EDD46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD46E

Black with #EDD46E

Text Example


Text Example

White with #EDD46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD46E; }

 p { color: rgb(237,212,110); }

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

background-color css

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

 a { background-color: rgb(237,212,110); }

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

border-color css

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

 span { border-color: rgb(237,212,110); }

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