Html Css Color HEX #ECD86B Golden Sand

📋 copy color: '#ECD86B'

red 236 ◦ green 216 ◦ blue 107

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

Shades of Golden Sand #ECD86B

Tints of Golden Sand #ECD86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

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

R = 42.22%
G = 38.64%
B = 19.14%

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

#ECD86B (or 0xECD86B) is known color: Golden Sand. HEX triplet: EC, D8 and 6B. RGB value is (236,216,107). Sum of RGB (Red+Green+Blue) = 236+216+107=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD86B is #132794. Grayscale: #D2D2D2. Windows color (decimal): -1255317 or 7067884. OLE color: 7067884.

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

Color convert

RGB 236 216 107 -
CMYK 0 0.08 0.55 0.07
HSL 50.7º 0.77% 0.67% -
HSV(B) 50.7º 0.55% 0.93% -
XYZ 61.8 68.01 23.78 -
YUV 209.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 236 216 107 0 0.08 0.55 0.07 50.7 0.77 0.67
Hex EC D8 6B 0 8 37 7 33 4D 43
Octal 354 330 153 0 10 67 7 63 115 103
Binary 11101100 11011000 1101011 0 1000 110111 111 110011 1001101 1000011

Color Harmonies of #ECD86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD86B

Black with #ECD86B

Text Example


Text Example

White with #ECD86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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