Html Css Color HEX #EDC76E Golden Sand

📋 copy color: '#EDC76E'

red 237 ◦ green 199 ◦ blue 110

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

Shades of Golden Sand #EDC76E

Tints of Golden Sand #EDC76E

RGB

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

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

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

R = 43.41%
G = 36.45%
B = 20.15%

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

#EDC76E (or 0xEDC76E) is known color: Golden Sand. HEX triplet: ED, C7 and 6E. RGB value is (237,199,110). Sum of RGB (Red+Green+Blue) = 237+199+110=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC76E is #123891. Grayscale: #C8C8C8. Windows color (decimal): -1194130 or 7260141. OLE color: 7260141.

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

Color convert

RGB 237 199 110 -
CMYK 0 0.16 0.54 0.07
HSL 42.05º 0.78% 0.68% -
HSV(B) 42.05º 0.54% 0.93% -
XYZ 58.16 59.98 23.26 -
YUV 200.22 77.09 154.24 -
System Red Green Blue C M Y K H S L
Decimal 237 199 110 0 0.16 0.54 0.07 42.05 0.78 0.68
Hex ED C7 6E 0 10 36 7 2A 4E 44
Octal 355 307 156 0 20 66 7 52 116 104
Binary 11101101 11000111 1101110 0 10000 110110 111 101010 1001110 1000100

Color Harmonies of #EDC76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC76E

Black with #EDC76E

Text Example


Text Example

White with #EDC76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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