Html Css Color HEX #EDCE61 Golden Sand

📋 copy color: '#EDCE61'

red 237 ◦ green 206 ◦ blue 97

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

Shades of Golden Sand #EDCE61

Tints of Golden Sand #EDCE61

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.15%

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

R = 43.89%
G = 38.15%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EDCE61 (or 0xEDCE61) is known color: Golden Sand. HEX triplet: ED, CE and 61. RGB value is (237,206,97). Sum of RGB (Red+Green+Blue) = 237+206+97=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE61 is #12319E. Grayscale: #CBCBCB. Windows color (decimal): -1192351 or 6409965. OLE color: 6409965.

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

Color convert

RGB 237 206 97 -
CMYK 0 0.13 0.59 0.07
HSL 46.71º 0.8% 0.65% -
HSV(B) 46.71º 0.59% 0.93% -
XYZ 59.15 63.01 20.35 -
YUV 202.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 237 206 97 0 0.13 0.59 0.07 46.71 0.8 0.65
Hex ED CE 61 0 D 3B 7 2F 50 41
Octal 355 316 141 0 15 73 7 57 120 101
Binary 11101101 11001110 1100001 0 1101 111011 111 101111 1010000 1000001

Color Harmonies of #EDCE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE61

Black with #EDCE61

Text Example


Text Example

White with #EDCE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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