Html Css Color HEX #EDD26E Golden Sand

📋 copy color: '#EDD26E'

red 237 ◦ green 210 ◦ blue 110

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

Shades of Golden Sand #EDD26E

Tints of Golden Sand #EDD26E

RGB

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

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

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

R = 42.55%
G = 37.7%
B = 19.75%

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

#EDD26E (or 0xEDD26E) is known color: Golden Sand. HEX triplet: ED, D2 and 6E. RGB value is (237,210,110). Sum of RGB (Red+Green+Blue) = 237+210+110=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD26E is #122D91. Grayscale: #CFCFCF. Windows color (decimal): -1191314 or 7262957. OLE color: 7262957.

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

Color convert

RGB 237 210 110 -
CMYK 0 0.11 0.54 0.07
HSL 47.24º 0.78% 0.68% -
HSV(B) 47.24º 0.54% 0.93% -
XYZ 60.79 65.22 24.14 -
YUV 206.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 237 210 110 0 0.11 0.54 0.07 47.24 0.78 0.68
Hex ED D2 6E 0 B 36 7 2F 4E 44
Octal 355 322 156 0 13 66 7 57 116 104
Binary 11101101 11010010 1101110 0 1011 110110 111 101111 1001110 1000100

Color Harmonies of #EDD26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD26E

Black with #EDD26E

Text Example


Text Example

White with #EDD26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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