Html Css Color HEX #EDC76C Golden Sand

📋 copy color: '#EDC76C'

red 237 ◦ green 199 ◦ blue 108

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

Shades of Golden Sand #EDC76C

Tints of Golden Sand #EDC76C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.58%

 BLUE value IS 108 (42.58% from 255) = 19.85%

R = 43.57%
G = 36.58%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC76C (or 0xEDC76C) is known color: Golden Sand. HEX triplet: ED, C7 and 6C. RGB value is (237,199,108). Sum of RGB (Red+Green+Blue) = 237+199+108=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC76C is #123893. Grayscale: #C8C8C8. Windows color (decimal): -1194132 or 7129069. OLE color: 7129069.

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

Color convert

RGB 237 199 108 -
CMYK 0 0.16 0.54 0.07
HSL 42.33º 0.78% 0.68% -
HSV(B) 42.33º 0.54% 0.93% -
XYZ 58.06 59.93 22.7 -
YUV 199.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 237 199 108 0 0.16 0.54 0.07 42.33 0.78 0.68
Hex ED C7 6C 0 10 36 7 2A 4E 44
Octal 355 307 154 0 20 66 7 52 116 104
Binary 11101101 11000111 1101100 0 10000 110110 111 101010 1001110 1000100

Color Harmonies of #EDC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC76C

Black with #EDC76C

Text Example


Text Example

White with #EDC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC76C; }

 p { color: rgb(237,199,108); }

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

background-color css

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

 a { background-color: rgb(237,199,108); }

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

border-color css

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

 span { border-color: rgb(237,199,108); }

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