Html Css Color HEX #EDD06F Golden Sand

📋 copy color: '#EDD06F'

red 237 ◦ green 208 ◦ blue 111

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

Shades of Golden Sand #EDD06F

Tints of Golden Sand #EDD06F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

 BLUE value IS 111 (43.75% from 255) = 19.96%

R = 42.63%
G = 37.41%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDD06F (or 0xEDD06F) is known color: Golden Sand. HEX triplet: ED, D0 and 6F. RGB value is (237,208,111). Sum of RGB (Red+Green+Blue) = 237+208+111=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD06F is #122F90. Grayscale: #CECECE. Windows color (decimal): -1191825 or 7327981. OLE color: 7327981.

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

Color convert

RGB 237 208 111 -
CMYK 0 0.12 0.53 0.07
HSL 46.19º 0.78% 0.68% -
HSV(B) 46.19º 0.53% 0.93% -
XYZ 60.35 64.26 24.26 -
YUV 205.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 237 208 111 0 0.12 0.53 0.07 46.19 0.78 0.68
Hex ED D0 6F 0 C 35 7 2E 4E 44
Octal 355 320 157 0 14 65 7 56 116 104
Binary 11101101 11010000 1101111 0 1100 110101 111 101110 1001110 1000100

Color Harmonies of #EDD06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD06F

Black with #EDD06F

Text Example


Text Example

White with #EDD06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD06F; }

 p { color: rgb(237,208,111); }

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

background-color css

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

 a { background-color: rgb(237,208,111); }

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

border-color css

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

 span { border-color: rgb(237,208,111); }

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