Html Css Color HEX #EDC664 Golden Sand

📋 copy color: '#EDC664'

red 237 ◦ green 198 ◦ blue 100

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

Shades of Golden Sand #EDC664

Tints of Golden Sand #EDC664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

 BLUE value IS 100 (39.45% from 255) = 18.69%

R = 44.3%
G = 37.01%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDC664 (or 0xEDC664) is known color: Golden Sand. HEX triplet: ED, C6 and 64. RGB value is (237,198,100). Sum of RGB (Red+Green+Blue) = 237+198+100=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC664 is #12399B. Grayscale: #C6C6C6. Windows color (decimal): -1194396 or 6604525. OLE color: 6604525.

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

Color convert

RGB 237 198 100 -
CMYK 0 0.16 0.58 0.07
HSL 42.92º 0.79% 0.66% -
HSV(B) 42.92º 0.58% 0.93% -
XYZ 57.42 59.31 20.48 -
YUV 198.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 237 198 100 0 0.16 0.58 0.07 42.92 0.79 0.66
Hex ED C6 64 0 10 3A 7 2B 4F 42
Octal 355 306 144 0 20 72 7 53 117 102
Binary 11101101 11000110 1100100 0 10000 111010 111 101011 1001111 1000010

Color Harmonies of #EDC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC664

Black with #EDC664

Text Example


Text Example

White with #EDC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC664; }

 p { color: rgb(237,198,100); }

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

background-color css

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

 a { background-color: rgb(237,198,100); }

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

border-color css

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

 span { border-color: rgb(237,198,100); }

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