Html Css Color HEX #EDD16B Golden Sand

📋 copy color: '#EDD16B'

red 237 ◦ green 209 ◦ blue 107

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

Shades of Golden Sand #EDD16B

Tints of Golden Sand #EDD16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.35%

R = 42.86%
G = 37.79%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDD16B (or 0xEDD16B) is known color: Golden Sand. HEX triplet: ED, D1 and 6B. RGB value is (237,209,107). Sum of RGB (Red+Green+Blue) = 237+209+107=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD16B is #122E94. Grayscale: #CECECE. Windows color (decimal): -1191573 or 7066093. OLE color: 7066093.

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

Color convert

RGB 237 209 107 -
CMYK 0 0.12 0.55 0.07
HSL 47.08º 0.78% 0.67% -
HSV(B) 47.08º 0.55% 0.93% -
XYZ 60.38 64.67 23.21 -
YUV 205.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 237 209 107 0 0.12 0.55 0.07 47.08 0.78 0.67
Hex ED D1 6B 0 C 37 7 2F 4E 43
Octal 355 321 153 0 14 67 7 57 116 103
Binary 11101101 11010001 1101011 0 1100 110111 111 101111 1001110 1000011

Color Harmonies of #EDD16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD16B

Black with #EDD16B

Text Example


Text Example

White with #EDD16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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