Html Css Color HEX #EDCE68 Golden Sand

📋 copy color: '#EDCE68'

red 237 ◦ green 206 ◦ blue 104

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

Shades of Golden Sand #EDCE68

Tints of Golden Sand #EDCE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.01%

R = 43.33%
G = 37.66%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDCE68 (or 0xEDCE68) is known color: Golden Sand. HEX triplet: ED, CE and 68. RGB value is (237,206,104). Sum of RGB (Red+Green+Blue) = 237+206+104=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE68 is #123197. Grayscale: #CCCCCC. Windows color (decimal): -1192344 or 6868717. OLE color: 6868717.

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

Color convert

RGB 237 206 104 -
CMYK 0 0.13 0.56 0.07
HSL 46.02º 0.79% 0.67% -
HSV(B) 46.02º 0.56% 0.93% -
XYZ 59.5 63.15 22.15 -
YUV 203.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 237 206 104 0 0.13 0.56 0.07 46.02 0.79 0.67
Hex ED CE 68 0 D 38 7 2E 4F 43
Octal 355 316 150 0 15 70 7 56 117 103
Binary 11101101 11001110 1101000 0 1101 111000 111 101110 1001111 1000011

Color Harmonies of #EDCE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE68

Black with #EDCE68

Text Example


Text Example

White with #EDCE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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