Html Css Color HEX #ECDA6B Golden Sand

📋 copy color: '#ECDA6B'

red 236 ◦ green 218 ◦ blue 107

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

Shades of Golden Sand #ECDA6B

Tints of Golden Sand #ECDA6B

RGB

 RED value IS 236 (92.58% from 255) = 42.07%

 GREEN value IS 218 (85.55% from 255) = 38.86%

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

R = 42.07%
G = 38.86%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECDA6B (or 0xECDA6B) is known color: Golden Sand. HEX triplet: EC, DA and 6B. RGB value is (236,218,107). Sum of RGB (Red+Green+Blue) = 236+218+107=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA6B is #132594. Grayscale: #D3D3D3. Windows color (decimal): -1254805 or 7068396. OLE color: 7068396.

HSL color Cylindrical-coordinate representation of color #ECDA6B: hue angle of 51.63º degrees, saturation: 0.77, 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 #ECDA6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 107 -
CMYK 0 0.08 0.55 0.07
HSL 51.63º 0.77% 0.67% -
HSV(B) 51.63º 0.55% 0.93% -
XYZ 62.32 69.04 23.95 -
YUV 210.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 236 218 107 0 0.08 0.55 0.07 51.63 0.77 0.67
Hex EC DA 6B 0 8 37 7 34 4D 43
Octal 354 332 153 0 10 67 7 64 115 103
Binary 11101100 11011010 1101011 0 1000 110111 111 110100 1001101 1000011

Color Harmonies of #ECDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA6B

Black with #ECDA6B

Text Example


Text Example

White with #ECDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA6B; }

 p { color: rgb(236,218,107); }

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

background-color css

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

 a { background-color: rgb(236,218,107); }

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

border-color css

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

 span { border-color: rgb(236,218,107); }

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