Html Css Color HEX #EDCE6B Golden Sand

📋 copy color: '#EDCE6B'

red 237 ◦ green 206 ◦ blue 107

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

Shades of Golden Sand #EDCE6B

Tints of Golden Sand #EDCE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.45%

R = 43.09%
G = 37.45%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDCE6B (or 0xEDCE6B) is known color: Golden Sand. HEX triplet: ED, CE and 6B. RGB value is (237,206,107). Sum of RGB (Red+Green+Blue) = 237+206+107=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE6B is #123194. Grayscale: #CCCCCC. Windows color (decimal): -1192341 or 7065325. OLE color: 7065325.

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

Color convert

RGB 237 206 107 -
CMYK 0 0.13 0.55 0.07
HSL 45.69º 0.78% 0.67% -
HSV(B) 45.69º 0.55% 0.93% -
XYZ 59.65 63.21 22.97 -
YUV 203.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 237 206 107 0 0.13 0.55 0.07 45.69 0.78 0.67
Hex ED CE 6B 0 D 37 7 2E 4E 43
Octal 355 316 153 0 15 67 7 56 116 103
Binary 11101101 11001110 1101011 0 1101 110111 111 101110 1001110 1000011

Color Harmonies of #EDCE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE6B

Black with #EDCE6B

Text Example


Text Example

White with #EDCE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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