Html Css Color HEX #EDCE64 Golden Sand

📋 copy color: '#EDCE64'

red 237 ◦ green 206 ◦ blue 100

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

Shades of Golden Sand #EDCE64

Tints of Golden Sand #EDCE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.42%

R = 43.65%
G = 37.94%
B = 18.42%

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

#EDCE64 (or 0xEDCE64) is known color: Golden Sand. HEX triplet: ED, CE and 64. RGB value is (237,206,100). Sum of RGB (Red+Green+Blue) = 237+206+100=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE64 is #12319B. Grayscale: #CBCBCB. Windows color (decimal): -1192348 or 6606573. OLE color: 6606573.

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

Color convert

RGB 237 206 100 -
CMYK 0 0.13 0.58 0.07
HSL 46.42º 0.79% 0.66% -
HSV(B) 46.42º 0.58% 0.93% -
XYZ 59.3 63.07 21.1 -
YUV 203.19 69.77 152.12 -
System Red Green Blue C M Y K H S L
Decimal 237 206 100 0 0.13 0.58 0.07 46.42 0.79 0.66
Hex ED CE 64 0 D 3A 7 2E 4F 42
Octal 355 316 144 0 15 72 7 56 117 102
Binary 11101101 11001110 1100100 0 1101 111010 111 101110 1001111 1000010

Color Harmonies of #EDCE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE64

Black with #EDCE64

Text Example


Text Example

White with #EDCE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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