Html Css Color HEX #EDD26D Golden Sand

📋 copy color: '#EDD26D'

red 237 ◦ green 210 ◦ blue 109

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

Shades of Golden Sand #EDD26D

Tints of Golden Sand #EDD26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.6%

R = 42.63%
G = 37.77%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD26D (or 0xEDD26D) is known color: Golden Sand. HEX triplet: ED, D2 and 6D. RGB value is (237,210,109). Sum of RGB (Red+Green+Blue) = 237+210+109=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD26D is #122D92. Grayscale: #CECECE. Windows color (decimal): -1191315 or 7197421. OLE color: 7197421.

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

Color convert

RGB 237 210 109 -
CMYK 0 0.11 0.54 0.07
HSL 47.34º 0.78% 0.68% -
HSV(B) 47.34º 0.54% 0.93% -
XYZ 60.73 65.2 23.85 -
YUV 206.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 237 210 109 0 0.11 0.54 0.07 47.34 0.78 0.68
Hex ED D2 6D 0 B 36 7 2F 4E 44
Octal 355 322 155 0 13 66 7 57 116 104
Binary 11101101 11010010 1101101 0 1011 110110 111 101111 1001110 1000100

Color Harmonies of #EDD26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD26D

Black with #EDD26D

Text Example


Text Example

White with #EDD26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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