Html Css Color HEX #EDC46D Golden Sand

📋 copy color: '#EDC46D'

red 237 ◦ green 196 ◦ blue 109

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

Shades of Golden Sand #EDC46D

Tints of Golden Sand #EDC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.16%

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 43.73%
G = 36.16%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC46D (or 0xEDC46D) is known color: Golden Sand. HEX triplet: ED, C4 and 6D. RGB value is (237,196,109). Sum of RGB (Red+Green+Blue) = 237+196+109=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC46D is #123B92. Grayscale: #C6C6C6. Windows color (decimal): -1194899 or 7193837. OLE color: 7193837.

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

Color convert

RGB 237 196 109 -
CMYK 0 0.17 0.54 0.07
HSL 40.78º 0.78% 0.68% -
HSV(B) 40.78º 0.54% 0.93% -
XYZ 57.43 58.59 22.75 -
YUV 198.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 237 196 109 0 0.17 0.54 0.07 40.78 0.78 0.68
Hex ED C4 6D 0 11 36 7 29 4E 44
Octal 355 304 155 0 21 66 7 51 116 104
Binary 11101101 11000100 1101101 0 10001 110110 111 101001 1001110 1000100

Color Harmonies of #EDC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC46D

Black with #EDC46D

Text Example


Text Example

White with #EDC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC46D; }

 p { color: rgb(237,196,109); }

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

background-color css

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

 a { background-color: rgb(237,196,109); }

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

border-color css

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

 span { border-color: rgb(237,196,109); }

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