Html Css Color HEX #EDD670 Golden Sand

📋 copy color: '#EDD670'

red 237 ◦ green 214 ◦ blue 112

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

Shades of Golden Sand #EDD670

Tints of Golden Sand #EDD670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

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

R = 42.1%
G = 38.01%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDD670 (or 0xEDD670) is known color: Golden Sand. HEX triplet: ED, D6 and 70. RGB value is (237,214,112). Sum of RGB (Red+Green+Blue) = 237+214+112=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD670 is #12298F. Grayscale: #D1D1D1. Windows color (decimal): -1190288 or 7395053. OLE color: 7395053.

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

Color convert

RGB 237 214 112 -
CMYK 0 0.10 0.53 0.07
HSL 48.96º 0.78% 0.68% -
HSV(B) 48.96º 0.53% 0.93% -
XYZ 61.9 67.27 25.05 -
YUV 209.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 237 214 112 0 0.10 0.53 0.07 48.96 0.78 0.68
Hex ED D6 70 0 A 35 7 31 4E 44
Octal 355 326 160 0 12 65 7 61 116 104
Binary 11101101 11010110 1110000 0 1010 110101 111 110001 1001110 1000100

Color Harmonies of #EDD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD670

Black with #EDD670

Text Example


Text Example

White with #EDD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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