Html Css Color HEX #EDC361 Golden Sand

📋 copy color: '#EDC361'

red 237 ◦ green 195 ◦ blue 97

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

Shades of Golden Sand #EDC361

Tints of Golden Sand #EDC361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

 BLUE value IS 97 (38.28% from 255) = 18.34%

R = 44.8%
G = 36.86%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDC361 (or 0xEDC361) is known color: Golden Sand. HEX triplet: ED, C3 and 61. RGB value is (237,195,97). Sum of RGB (Red+Green+Blue) = 237+195+97=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC361 is #123C9E. Grayscale: #C4C4C4. Windows color (decimal): -1195167 or 6407149. OLE color: 6407149.

HSL color Cylindrical-coordinate representation of color #EDC361: hue angle of 42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDC361 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 195 97 -
CMYK 0 0.18 0.59 0.07
HSL 42º 0.8% 0.65% -
HSV(B) 42º 0.59% 0.93% -
XYZ 56.6 57.9 19.5 -
YUV 196.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 237 195 97 0 0.18 0.59 0.07 42 0.8 0.65
Hex ED C3 61 0 12 3B 7 2A 50 41
Octal 355 303 141 0 22 73 7 52 120 101
Binary 11101101 11000011 1100001 0 10010 111011 111 101010 1010000 1000001

Color Harmonies of #EDC361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC361

Black with #EDC361

Text Example


Text Example

White with #EDC361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC361; }

 p { color: rgb(237,195,97); }

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

background-color css

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

 a { background-color: rgb(237,195,97); }

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

border-color css

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

 span { border-color: rgb(237,195,97); }

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