Html Css Color HEX #ECDB6A Golden Sand

📋 copy color: '#ECDB6A'

red 236 ◦ green 219 ◦ blue 106

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

Shades of Golden Sand #ECDB6A

Tints of Golden Sand #ECDB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.04%

 BLUE value IS 106 (41.8% from 255) = 18.89%

R = 42.07%
G = 39.04%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECDB6A (or 0xECDB6A) is known color: Golden Sand. HEX triplet: EC, DB and 6A. RGB value is (236,219,106). Sum of RGB (Red+Green+Blue) = 236+219+106=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB6A is #132495. Grayscale: #D3D3D3. Windows color (decimal): -1254550 or 7003116. OLE color: 7003116.

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

Color convert

RGB 236 219 106 -
CMYK 0 0.07 0.55 0.07
HSL 52.15º 0.77% 0.67% -
HSV(B) 52.15º 0.55% 0.93% -
XYZ 62.53 69.54 23.76 -
YUV 211.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 236 219 106 0 0.07 0.55 0.07 52.15 0.77 0.67
Hex EC DB 6A 0 7 37 7 34 4D 43
Octal 354 333 152 0 7 67 7 64 115 103
Binary 11101100 11011011 1101010 0 111 110111 111 110100 1001101 1000011

Color Harmonies of #ECDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB6A

Black with #ECDB6A

Text Example


Text Example

White with #ECDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB6A; }

 p { color: rgb(236,219,106); }

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

background-color css

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

 a { background-color: rgb(236,219,106); }

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

border-color css

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

 span { border-color: rgb(236,219,106); }

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