Html Css Color HEX #EDC56A Golden Sand

📋 copy color: '#EDC56A'

red 237 ◦ green 197 ◦ blue 106

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

Shades of Golden Sand #EDC56A

Tints of Golden Sand #EDC56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.48%

 BLUE value IS 106 (41.8% from 255) = 19.63%

R = 43.89%
G = 36.48%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDC56A (or 0xEDC56A) is known color: Golden Sand. HEX triplet: ED, C5 and 6A. RGB value is (237,197,106). Sum of RGB (Red+Green+Blue) = 237+197+106=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC56A is #123A95. Grayscale: #C6C6C6. Windows color (decimal): -1194646 or 6997485. OLE color: 6997485.

HSL color Cylindrical-coordinate representation of color #EDC56A: hue angle of 41.68º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDC56A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 106 -
CMYK 0 0.17 0.55 0.07
HSL 41.68º 0.78% 0.67% -
HSV(B) 41.68º 0.55% 0.93% -
XYZ 57.49 58.98 21.99 -
YUV 198.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 237 197 106 0 0.17 0.55 0.07 41.68 0.78 0.67
Hex ED C5 6A 0 11 37 7 2A 4E 43
Octal 355 305 152 0 21 67 7 52 116 103
Binary 11101101 11000101 1101010 0 10001 110111 111 101010 1001110 1000011

Color Harmonies of #EDC56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC56A

Black with #EDC56A

Text Example


Text Example

White with #EDC56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC56A; }

 p { color: rgb(237,197,106); }

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

background-color css

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

 a { background-color: rgb(237,197,106); }

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

border-color css

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

 span { border-color: rgb(237,197,106); }

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