Html Css Color HEX #EDD46B Golden Sand

📋 copy color: '#EDD46B'

red 237 ◦ green 212 ◦ blue 107

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

Shades of Golden Sand #EDD46B

Tints of Golden Sand #EDD46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

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

R = 42.63%
G = 38.13%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDD46B (or 0xEDD46B) is known color: Golden Sand. HEX triplet: ED, D4 and 6B. RGB value is (237,212,107). Sum of RGB (Red+Green+Blue) = 237+212+107=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD46B is #122B94. Grayscale: #CFCFCF. Windows color (decimal): -1190805 or 7066861. OLE color: 7066861.

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

Color convert

RGB 237 212 107 -
CMYK 0 0.11 0.55 0.07
HSL 48.46º 0.78% 0.67% -
HSV(B) 48.46º 0.55% 0.93% -
XYZ 61.12 66.15 23.46 -
YUV 207.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 237 212 107 0 0.11 0.55 0.07 48.46 0.78 0.67
Hex ED D4 6B 0 B 37 7 30 4E 43
Octal 355 324 153 0 13 67 7 60 116 103
Binary 11101101 11010100 1101011 0 1011 110111 111 110000 1001110 1000011

Color Harmonies of #EDD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD46B

Black with #EDD46B

Text Example


Text Example

White with #EDD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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