Html Css Color HEX #EDD26C Golden Sand

📋 copy color: '#EDD26C'

red 237 ◦ green 210 ◦ blue 108

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

Shades of Golden Sand #EDD26C

Tints of Golden Sand #EDD26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.46%

R = 42.7%
G = 37.84%
B = 19.46%

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

#EDD26C (or 0xEDD26C) is known color: Golden Sand. HEX triplet: ED, D2 and 6C. RGB value is (237,210,108). Sum of RGB (Red+Green+Blue) = 237+210+108=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD26C is #122D93. Grayscale: #CECECE. Windows color (decimal): -1191316 or 7131885. OLE color: 7131885.

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

Color convert

RGB 237 210 108 -
CMYK 0 0.11 0.54 0.07
HSL 47.44º 0.78% 0.68% -
HSV(B) 47.44º 0.54% 0.93% -
XYZ 60.68 65.18 23.57 -
YUV 206.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 237 210 108 0 0.11 0.54 0.07 47.44 0.78 0.68
Hex ED D2 6C 0 B 36 7 2F 4E 44
Octal 355 322 154 0 13 66 7 57 116 104
Binary 11101101 11010010 1101100 0 1011 110110 111 101111 1001110 1000100

Color Harmonies of #EDD26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD26C

Black with #EDD26C

Text Example


Text Example

White with #EDD26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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