Html Css Color HEX #ECD36B Golden Sand

📋 copy color: '#ECD36B'

red 236 ◦ green 211 ◦ blue 107

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

Shades of Golden Sand #ECD36B

Tints of Golden Sand #ECD36B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.09%

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

R = 42.6%
G = 38.09%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECD36B (or 0xECD36B) is known color: Golden Sand. HEX triplet: EC, D3 and 6B. RGB value is (236,211,107). Sum of RGB (Red+Green+Blue) = 236+211+107=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD36B is #132C94. Grayscale: #CFCFCF. Windows color (decimal): -1256597 or 7066604. OLE color: 7066604.

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

Color convert

RGB 236 211 107 -
CMYK 0 0.11 0.55 0.07
HSL 48.37º 0.77% 0.67% -
HSV(B) 48.37º 0.55% 0.93% -
XYZ 60.54 65.48 23.36 -
YUV 206.62 71.78 148.96 -
System Red Green Blue C M Y K H S L
Decimal 236 211 107 0 0.11 0.55 0.07 48.37 0.77 0.67
Hex EC D3 6B 0 B 37 7 30 4D 43
Octal 354 323 153 0 13 67 7 60 115 103
Binary 11101100 11010011 1101011 0 1011 110111 111 110000 1001101 1000011

Color Harmonies of #ECD36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD36B

Black with #ECD36B

Text Example


Text Example

White with #ECD36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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