Html Css Color HEX #EDCE63 Golden Sand

📋 copy color: '#EDCE63'

red 237 ◦ green 206 ◦ blue 99

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

Shades of Golden Sand #EDCE63

Tints of Golden Sand #EDCE63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.27%

R = 43.73%
G = 38.01%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDCE63 (or 0xEDCE63) is known color: Golden Sand. HEX triplet: ED, CE and 63. RGB value is (237,206,99). Sum of RGB (Red+Green+Blue) = 237+206+99=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE63 is #12319C. Grayscale: #CBCBCB. Windows color (decimal): -1192349 or 6541037. OLE color: 6541037.

HSL color Cylindrical-coordinate representation of color #EDCE63: hue angle of 46.52º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDCE63 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 99 -
CMYK 0 0.13 0.58 0.07
HSL 46.52º 0.79% 0.66% -
HSV(B) 46.52º 0.58% 0.93% -
XYZ 59.25 63.05 20.85 -
YUV 203.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 237 206 99 0 0.13 0.58 0.07 46.52 0.79 0.66
Hex ED CE 63 0 D 3A 7 2F 4F 42
Octal 355 316 143 0 15 72 7 57 117 102
Binary 11101101 11001110 1100011 0 1101 111010 111 101111 1001111 1000010

Color Harmonies of #EDCE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE63

Black with #EDCE63

Text Example


Text Example

White with #EDCE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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