Html Css Color HEX #EDCA73 Golden Sand

📋 copy color: '#EDCA73'

red 237 ◦ green 202 ◦ blue 115

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

Shades of Golden Sand #EDCA73

Tints of Golden Sand #EDCA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.76%

R = 42.78%
G = 36.46%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDCA73 (or 0xEDCA73) is known color: Golden Sand. HEX triplet: ED, CA and 73. RGB value is (237,202,115). Sum of RGB (Red+Green+Blue) = 237+202+115=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCA73 is #12358C. Grayscale: #CACACA. Windows color (decimal): -1193357 or 7588589. OLE color: 7588589.

HSL color Cylindrical-coordinate representation of color #EDCA73: hue angle of 42.79º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDCA73 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 115 -
CMYK 0 0.15 0.51 0.07
HSL 42.79º 0.77% 0.69% -
HSV(B) 42.79º 0.51% 0.93% -
XYZ 59.14 61.48 24.97 -
YUV 202.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 237 202 115 0 0.15 0.51 0.07 42.79 0.77 0.69
Hex ED CA 73 0 F 33 7 2B 4D 45
Octal 355 312 163 0 17 63 7 53 115 105
Binary 11101101 11001010 1110011 0 1111 110011 111 101011 1001101 1000101

Color Harmonies of #EDCA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCA73

Black with #EDCA73

Text Example


Text Example

White with #EDCA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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