Html Css Color HEX #ECD96B Golden Sand

📋 copy color: '#ECD96B'

red 236 ◦ green 217 ◦ blue 107

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

Shades of Golden Sand #ECD96B

Tints of Golden Sand #ECD96B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.75%

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

R = 42.14%
G = 38.75%
B = 19.11%

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

#ECD96B (or 0xECD96B) is known color: Golden Sand. HEX triplet: EC, D9 and 6B. RGB value is (236,217,107). Sum of RGB (Red+Green+Blue) = 236+217+107=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD96B is #132694. Grayscale: #D2D2D2. Windows color (decimal): -1255061 or 7068140. OLE color: 7068140.

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

Color convert

RGB 236 217 107 -
CMYK 0 0.08 0.55 0.07
HSL 51.16º 0.77% 0.67% -
HSV(B) 51.16º 0.55% 0.93% -
XYZ 62.06 68.52 23.86 -
YUV 210.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 236 217 107 0 0.08 0.55 0.07 51.16 0.77 0.67
Hex EC D9 6B 0 8 37 7 33 4D 43
Octal 354 331 153 0 10 67 7 63 115 103
Binary 11101100 11011001 1101011 0 1000 110111 111 110011 1001101 1000011

Color Harmonies of #ECD96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD96B

Black with #ECD96B

Text Example


Text Example

White with #ECD96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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