Html Css Color HEX #EDD164 Golden Sand

📋 copy color: '#EDD164'

red 237 ◦ green 209 ◦ blue 100

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

Shades of Golden Sand #EDD164

Tints of Golden Sand #EDD164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

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

R = 43.41%
G = 38.28%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDD164 (or 0xEDD164) is known color: Golden Sand. HEX triplet: ED, D1 and 64. RGB value is (237,209,100). Sum of RGB (Red+Green+Blue) = 237+209+100=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 100 (39.45% from 255 or 18.32% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD164 is #122E9B. Grayscale: #CDCDCD. Windows color (decimal): -1191580 or 6607341. OLE color: 6607341.

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

Color convert

RGB 237 209 100 -
CMYK 0 0.12 0.58 0.07
HSL 47.74º 0.79% 0.66% -
HSV(B) 47.74º 0.58% 0.93% -
XYZ 60.03 64.53 21.35 -
YUV 204.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 237 209 100 0 0.12 0.58 0.07 47.74 0.79 0.66
Hex ED D1 64 0 C 3A 7 30 4F 42
Octal 355 321 144 0 14 72 7 60 117 102
Binary 11101101 11010001 1100100 0 1100 111010 111 110000 1001111 1000010

Color Harmonies of #EDD164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD164

Black with #EDD164

Text Example


Text Example

White with #EDD164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD164; }

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

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

background-color css

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

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

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

border-color css

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

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

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