Html Css Color HEX #EDC46A Golden Sand

📋 copy color: '#EDC46A'

red 237 ◦ green 196 ◦ blue 106

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

Shades of Golden Sand #EDC46A

Tints of Golden Sand #EDC46A

RGB

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

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

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

R = 43.97%
G = 36.36%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDC46A (or 0xEDC46A) is known color: Golden Sand. HEX triplet: ED, C4 and 6A. RGB value is (237,196,106). Sum of RGB (Red+Green+Blue) = 237+196+106=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC46A is #123B95. Grayscale: #C6C6C6. Windows color (decimal): -1194902 or 6997229. OLE color: 6997229.

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

Color convert

RGB 237 196 106 -
CMYK 0 0.17 0.55 0.07
HSL 41.22º 0.78% 0.67% -
HSV(B) 41.22º 0.55% 0.93% -
XYZ 57.27 58.52 21.91 -
YUV 198 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 237 196 106 0 0.17 0.55 0.07 41.22 0.78 0.67
Hex ED C4 6A 0 11 37 7 29 4E 43
Octal 355 304 152 0 21 67 7 51 116 103
Binary 11101101 11000100 1101010 0 10001 110111 111 101001 1001110 1000011

Color Harmonies of #EDC46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC46A

Black with #EDC46A

Text Example


Text Example

White with #EDC46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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