Html Css Color HEX #EDC670 Golden Sand

📋 copy color: '#EDC670'

red 237 ◦ green 198 ◦ blue 112

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

Shades of Golden Sand #EDC670

Tints of Golden Sand #EDC670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 43.33%
G = 36.2%
B = 20.48%

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

#EDC670 (or 0xEDC670) is known color: Golden Sand. HEX triplet: ED, C6 and 70. RGB value is (237,198,112). Sum of RGB (Red+Green+Blue) = 237+198+112=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC670 is #12398F. Grayscale: #C8C8C8. Windows color (decimal): -1194384 or 7390957. OLE color: 7390957.

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

Color convert

RGB 237 198 112 -
CMYK 0 0.16 0.53 0.07
HSL 41.28º 0.78% 0.68% -
HSV(B) 41.28º 0.53% 0.93% -
XYZ 58.04 59.56 23.77 -
YUV 199.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 237 198 112 0 0.16 0.53 0.07 41.28 0.78 0.68
Hex ED C6 70 0 10 35 7 29 4E 44
Octal 355 306 160 0 20 65 7 51 116 104
Binary 11101101 11000110 1110000 0 10000 110101 111 101001 1001110 1000100

Color Harmonies of #EDC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC670

Black with #EDC670

Text Example


Text Example

White with #EDC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC670; }

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

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

background-color css

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

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

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

border-color css

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

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

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