Html Css Color HEX #ECDB64 Golden Sand

📋 copy color: '#ECDB64'

red 236 ◦ green 219 ◦ blue 100

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

Shades of Golden Sand #ECDB64

Tints of Golden Sand #ECDB64

RGB

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

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

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

R = 42.52%
G = 39.46%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#ECDB64 (or 0xECDB64) is known color: Golden Sand. HEX triplet: EC, DB and 64. RGB value is (236,219,100). Sum of RGB (Red+Green+Blue) = 236+219+100=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB64 is #13249B. Grayscale: #D3D3D3. Windows color (decimal): -1254556 or 6609900. OLE color: 6609900.

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

Color convert

RGB 236 219 100 -
CMYK 0 0.07 0.58 0.07
HSL 52.5º 0.78% 0.66% -
HSV(B) 52.5º 0.58% 0.93% -
XYZ 62.22 69.42 22.18 -
YUV 210.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 236 219 100 0 0.07 0.58 0.07 52.5 0.78 0.66
Hex EC DB 64 0 7 3A 7 34 4E 42
Octal 354 333 144 0 7 72 7 64 116 102
Binary 11101100 11011011 1100100 0 111 111010 111 110100 1001110 1000010

Color Harmonies of #ECDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB64

Black with #ECDB64

Text Example


Text Example

White with #ECDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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