Html Css Color HEX #EDDD66 Golden Sand

📋 copy color: '#EDDD66'

red 237 ◦ green 221 ◦ blue 102

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

Shades of Golden Sand #EDDD66

Tints of Golden Sand #EDDD66

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.46%

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

R = 42.32%
G = 39.46%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDDD66 (or 0xEDDD66) is known color: Golden Sand. HEX triplet: ED, DD and 66. RGB value is (237,221,102). Sum of RGB (Red+Green+Blue) = 237+221+102=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD66 is #122299. Grayscale: #D4D4D4. Windows color (decimal): -1188506 or 6741485. OLE color: 6741485.

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

Color convert

RGB 237 221 102 -
CMYK 0 0.07 0.57 0.07
HSL 52.89º 0.79% 0.66% -
HSV(B) 52.89º 0.57% 0.93% -
XYZ 63.18 70.68 22.88 -
YUV 212.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 237 221 102 0 0.07 0.57 0.07 52.89 0.79 0.66
Hex ED DD 66 0 7 39 7 35 4F 42
Octal 355 335 146 0 7 71 7 65 117 102
Binary 11101101 11011101 1100110 0 111 111001 111 110101 1001111 1000010

Color Harmonies of #EDDD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD66

Black with #EDDD66

Text Example


Text Example

White with #EDDD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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