Html Css Color HEX #EDC966 Golden Sand

📋 copy color: '#EDC966'

red 237 ◦ green 201 ◦ blue 102

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

Shades of Golden Sand #EDC966

Tints of Golden Sand #EDC966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.22%

 BLUE value IS 102 (40.23% from 255) = 18.89%

R = 43.89%
G = 37.22%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC966 (or 0xEDC966) is known color: Golden Sand. HEX triplet: ED, C9 and 66. RGB value is (237,201,102). Sum of RGB (Red+Green+Blue) = 237+201+102=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC966 is #123699. Grayscale: #C8C8C8. Windows color (decimal): -1193626 or 6736365. OLE color: 6736365.

HSL color Cylindrical-coordinate representation of color #EDC966: hue angle of 44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDC966 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 102 -
CMYK 0 0.15 0.57 0.07
HSL 44º 0.79% 0.66% -
HSV(B) 44º 0.57% 0.93% -
XYZ 58.21 60.74 21.23 -
YUV 200.48 72.43 154.05 -
System Red Green Blue C M Y K H S L
Decimal 237 201 102 0 0.15 0.57 0.07 44 0.79 0.66
Hex ED C9 66 0 F 39 7 2C 4F 42
Octal 355 311 146 0 17 71 7 54 117 102
Binary 11101101 11001001 1100110 0 1111 111001 111 101100 1001111 1000010

Color Harmonies of #EDC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC966

Black with #EDC966

Text Example


Text Example

White with #EDC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC966; }

 p { color: rgb(237,201,102); }

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

background-color css

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

 a { background-color: rgb(237,201,102); }

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

border-color css

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

 span { border-color: rgb(237,201,102); }

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