Html Css Color HEX #EDCA61 Golden Sand

📋 copy color: '#EDCA61'

red 237 ◦ green 202 ◦ blue 97

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

Shades of Golden Sand #EDCA61

Tints of Golden Sand #EDCA61

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.69%

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

R = 44.22%
G = 37.69%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDCA61 (or 0xEDCA61) is known color: Golden Sand. HEX triplet: ED, CA and 61. RGB value is (237,202,97). Sum of RGB (Red+Green+Blue) = 237+202+97=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA61 is #12359E. Grayscale: #C8C8C8. Windows color (decimal): -1193375 or 6408941. OLE color: 6408941.

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

Color convert

RGB 237 202 97 -
CMYK 0 0.15 0.59 0.07
HSL 45º 0.8% 0.65% -
HSV(B) 45º 0.59% 0.93% -
XYZ 58.2 61.11 20.04 -
YUV 200.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 237 202 97 0 0.15 0.59 0.07 45 0.8 0.65
Hex ED CA 61 0 F 3B 7 2D 50 41
Octal 355 312 141 0 17 73 7 55 120 101
Binary 11101101 11001010 1100001 0 1111 111011 111 101101 1010000 1000001

Color Harmonies of #EDCA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA61

Black with #EDCA61

Text Example


Text Example

White with #EDCA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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