Html Css Color HEX #EDC76F Golden Sand

📋 copy color: '#EDC76F'

red 237 ◦ green 199 ◦ blue 111

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

Shades of Golden Sand #EDC76F

Tints of Golden Sand #EDC76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 43.33%
G = 36.38%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDC76F (or 0xEDC76F) is known color: Golden Sand. HEX triplet: ED, C7 and 6F. RGB value is (237,199,111). Sum of RGB (Red+Green+Blue) = 237+199+111=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC76F is #123890. Grayscale: #C8C8C8. Windows color (decimal): -1194129 or 7325677. OLE color: 7325677.

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

Color convert

RGB 237 199 111 -
CMYK 0 0.16 0.53 0.07
HSL 41.9º 0.78% 0.68% -
HSV(B) 41.9º 0.53% 0.93% -
XYZ 58.22 60 23.55 -
YUV 200.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 237 199 111 0 0.16 0.53 0.07 41.9 0.78 0.68
Hex ED C7 6F 0 10 35 7 2A 4E 44
Octal 355 307 157 0 20 65 7 52 116 104
Binary 11101101 11000111 1101111 0 10000 110101 111 101010 1001110 1000100

Color Harmonies of #EDC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC76F

Black with #EDC76F

Text Example


Text Example

White with #EDC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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