Html Css Color HEX #EDD162 Golden Sand

📋 copy color: '#EDD162'

red 237 ◦ green 209 ◦ blue 98

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

Shades of Golden Sand #EDD162

Tints of Golden Sand #EDD162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.01%

R = 43.57%
G = 38.42%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDD162 (or 0xEDD162) is known color: Golden Sand. HEX triplet: ED, D1 and 62. RGB value is (237,209,98). Sum of RGB (Red+Green+Blue) = 237+209+98=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD162 is #122E9D. Grayscale: #CDCDCD. Windows color (decimal): -1191582 or 6476269. OLE color: 6476269.

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

Color convert

RGB 237 209 98 -
CMYK 0 0.12 0.59 0.07
HSL 47.91º 0.79% 0.66% -
HSV(B) 47.91º 0.59% 0.93% -
XYZ 59.93 64.49 20.84 -
YUV 204.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 237 209 98 0 0.12 0.59 0.07 47.91 0.79 0.66
Hex ED D1 62 0 C 3B 7 30 4F 42
Octal 355 321 142 0 14 73 7 60 117 102
Binary 11101101 11010001 1100010 0 1100 111011 111 110000 1001111 1000010

Color Harmonies of #EDD162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD162

Black with #EDD162

Text Example


Text Example

White with #EDD162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD162; }

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

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

background-color css

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

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

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

border-color css

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

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

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