Html Css Color HEX #EDD266 Golden Sand

📋 copy color: '#EDD266'

red 237 ◦ green 210 ◦ blue 102

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

Shades of Golden Sand #EDD266

Tints of Golden Sand #EDD266

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

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

R = 43.17%
G = 38.25%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD266 (or 0xEDD266) is known color: Golden Sand. HEX triplet: ED, D2 and 66. RGB value is (237,210,102). Sum of RGB (Red+Green+Blue) = 237+210+102=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD266 is #122D99. Grayscale: #CECECE. Windows color (decimal): -1191322 or 6738669. OLE color: 6738669.

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

Color convert

RGB 237 210 102 -
CMYK 0 0.11 0.57 0.07
HSL 48º 0.79% 0.66% -
HSV(B) 48º 0.57% 0.93% -
XYZ 60.37 65.06 21.95 -
YUV 205.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 237 210 102 0 0.11 0.57 0.07 48 0.79 0.66
Hex ED D2 66 0 B 39 7 30 4F 42
Octal 355 322 146 0 13 71 7 60 117 102
Binary 11101101 11010010 1100110 0 1011 111001 111 110000 1001111 1000010

Color Harmonies of #EDD266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD266

Black with #EDD266

Text Example


Text Example

White with #EDD266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD266; }

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

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

background-color css

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

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

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

border-color css

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

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

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