Html Css Color HEX #EDC963 Golden Sand

📋 copy color: '#EDC963'

red 237 ◦ green 201 ◦ blue 99

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

Shades of Golden Sand #EDC963

Tints of Golden Sand #EDC963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.44%

R = 44.13%
G = 37.43%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDC963 (or 0xEDC963) is known color: Golden Sand. HEX triplet: ED, C9 and 63. RGB value is (237,201,99). Sum of RGB (Red+Green+Blue) = 237+201+99=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC963 is #12369C. Grayscale: #C8C8C8. Windows color (decimal): -1193629 or 6539757. OLE color: 6539757.

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

Color convert

RGB 237 201 99 -
CMYK 0 0.15 0.58 0.07
HSL 44.35º 0.79% 0.66% -
HSV(B) 44.35º 0.58% 0.93% -
XYZ 58.06 60.68 20.46 -
YUV 200.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 237 201 99 0 0.15 0.58 0.07 44.35 0.79 0.66
Hex ED C9 63 0 F 3A 7 2C 4F 42
Octal 355 311 143 0 17 72 7 54 117 102
Binary 11101101 11001001 1100011 0 1111 111010 111 101100 1001111 1000010

Color Harmonies of #EDC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC963

Black with #EDC963

Text Example


Text Example

White with #EDC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC963; }

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

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

background-color css

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

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

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

border-color css

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

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

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