Html Css Color HEX #EDD06E Golden Sand

📋 copy color: '#EDD06E'

red 237 ◦ green 208 ◦ blue 110

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

Shades of Golden Sand #EDD06E

Tints of Golden Sand #EDD06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.82%

R = 42.7%
G = 37.48%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD06E (or 0xEDD06E) is known color: Golden Sand. HEX triplet: ED, D0 and 6E. RGB value is (237,208,110). Sum of RGB (Red+Green+Blue) = 237+208+110=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD06E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD06E is #122F91. Grayscale: #CDCDCD. Windows color (decimal): -1191826 or 7262445. OLE color: 7262445.

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

Color convert

RGB 237 208 110 -
CMYK 0 0.12 0.54 0.07
HSL 46.3º 0.78% 0.68% -
HSV(B) 46.3º 0.54% 0.93% -
XYZ 60.3 64.24 23.97 -
YUV 205.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 237 208 110 0 0.12 0.54 0.07 46.3 0.78 0.68
Hex ED D0 6E 0 C 36 7 2E 4E 44
Octal 355 320 156 0 14 66 7 56 116 104
Binary 11101101 11010000 1101110 0 1100 110110 111 101110 1001110 1000100

Color Harmonies of #EDD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD06E

Black with #EDD06E

Text Example


Text Example

White with #EDD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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