Html Css Color HEX #EDD066 Golden Sand

📋 copy color: '#EDD066'

red 237 ◦ green 208 ◦ blue 102

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

Shades of Golden Sand #EDD066

Tints of Golden Sand #EDD066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 43.33%
G = 38.03%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD066 (or 0xEDD066) is known color: Golden Sand. HEX triplet: ED, D0 and 66. RGB value is (237,208,102). Sum of RGB (Red+Green+Blue) = 237+208+102=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD066 is #122F99. Grayscale: #CDCDCD. Windows color (decimal): -1191834 or 6738157. OLE color: 6738157.

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

Color convert

RGB 237 208 102 -
CMYK 0 0.12 0.57 0.07
HSL 47.11º 0.79% 0.66% -
HSV(B) 47.11º 0.57% 0.93% -
XYZ 59.88 64.08 21.78 -
YUV 204.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 237 208 102 0 0.12 0.57 0.07 47.11 0.79 0.66
Hex ED D0 66 0 C 39 7 2F 4F 42
Octal 355 320 146 0 14 71 7 57 117 102
Binary 11101101 11010000 1100110 0 1100 111001 111 101111 1001111 1000010

Color Harmonies of #EDD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD066

Black with #EDD066

Text Example


Text Example

White with #EDD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD066; }

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

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

background-color css

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

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

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

border-color css

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

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

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