Html Css Color HEX #EDC96C Golden Sand

📋 copy color: '#EDC96C'

red 237 ◦ green 201 ◦ blue 108

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

Shades of Golden Sand #EDC96C

Tints of Golden Sand #EDC96C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.81%

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

R = 43.41%
G = 36.81%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC96C (or 0xEDC96C) is known color: Golden Sand. HEX triplet: ED, C9 and 6C. RGB value is (237,201,108). Sum of RGB (Red+Green+Blue) = 237+201+108=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC96C is #123693. Grayscale: #C9C9C9. Windows color (decimal): -1193620 or 7129581. OLE color: 7129581.

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

Color convert

RGB 237 201 108 -
CMYK 0 0.15 0.54 0.07
HSL 43.26º 0.78% 0.68% -
HSV(B) 43.26º 0.54% 0.93% -
XYZ 58.52 60.86 22.85 -
YUV 201.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 237 201 108 0 0.15 0.54 0.07 43.26 0.78 0.68
Hex ED C9 6C 0 F 36 7 2B 4E 44
Octal 355 311 154 0 17 66 7 53 116 104
Binary 11101101 11001001 1101100 0 1111 110110 111 101011 1001110 1000100

Color Harmonies of #EDC96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC96C

Black with #EDC96C

Text Example


Text Example

White with #EDC96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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